Skip to content

Commit

Permalink
Add missing header for type info
Browse files Browse the repository at this point in the history
  • Loading branch information
kr0ner committed Dec 9, 2024
1 parent c338454 commit 597484b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simple_variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string>
#include <tuple>
#include <type_traits>
#include <typeinfo>

template <typename T>
struct is_string
Expand Down

0 comments on commit 597484b

Please sign in to comment.