diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-29 21:02:25 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-29 21:02:25 -0500 |
commit | 8ce397e8c0a83e49e390de9deb73d588e4931ecf (patch) | |
tree | 31f4f4facf0cb75535aaec130d606c54fe97b2d8 /include/fud_utf8.hpp | |
parent | f281050ddb3b9d658cff67a254eedc3b79de5c5d (diff) |
Reworking of Result.
Diffstat (limited to 'include/fud_utf8.hpp')
-rw-r--r-- | include/fud_utf8.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fud_utf8.hpp b/include/fud_utf8.hpp index 31c215a..3d53feb 100644 --- a/include/fud_utf8.hpp +++ b/include/fud_utf8.hpp @@ -25,6 +25,7 @@ #include <cstdint> #include <type_traits> +#include <variant> namespace fud { |