aboutsummaryrefslogtreecommitdiff
path: root/include/cru/toml/TomlDocument.h
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-10-17 22:57:30 +0800
committerYuqian Yang <crupest@crupest.life>2025-10-17 22:57:30 +0800
commitca9334f53b9456a517f8fa4a687e2d2a6cc1ca86 (patch)
treea49651d6af538f90f4033e1ff6361d309ed3fed9 /include/cru/toml/TomlDocument.h
parent728d592f4075ae78b67dab6911ada05875a470a3 (diff)
downloadcru-ca9334f53b9456a517f8fa4a687e2d2a6cc1ca86.tar.gz
cru-ca9334f53b9456a517f8fa4a687e2d2a6cc1ca86.tar.bz2
cru-ca9334f53b9456a517f8fa4a687e2d2a6cc1ca86.zip
Fix windows build.
Diffstat (limited to 'include/cru/toml/TomlDocument.h')
-rw-r--r--include/cru/toml/TomlDocument.h1
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 {