From ca9334f53b9456a517f8fa4a687e2d2a6cc1ca86 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 17 Oct 2025 22:57:30 +0800 Subject: Fix windows build. --- include/cru/toml/TomlDocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cru/toml') 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 #include +#include namespace cru::toml { class CRU_TOML_API TomlSection { -- cgit v1.2.3