diff options
Diffstat (limited to 'include/cru/toml/TomlDocument.h')
-rw-r--r-- | include/cru/toml/TomlDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/toml/TomlDocument.h b/include/cru/toml/TomlDocument.h index 4cd3ab3e..22442096 100644 --- a/include/cru/toml/TomlDocument.h +++ b/include/cru/toml/TomlDocument.h @@ -6,6 +6,7 @@ #include <optional> #include <unordered_map> +#include <string> namespace cru::toml { class CRU_TOML_API TomlSection { |