Skip to content

Commit

Permalink
Merge pull request #4639 from mikesinouye/hashlib
Browse files Browse the repository at this point in the history
Explictly #include <variant> for std::variant usage.
  • Loading branch information
povik authored Oct 8, 2024
2 parents 535b330 + 1e3973c commit 380a425
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 380a425

Please sign in to comment.