Skip to content

Commit

Permalink
Explictly #include <variant> for std::variant usage.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Oct 7, 2024
1 parent b3b88e5 commit 1e3973c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/hashlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <stdexcept>
#include <algorithm>
#include <string>
#include <variant>
#include <vector>

#include <stdint.h>
Expand Down

0 comments on commit 1e3973c

Please sign in to comment.