summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSangar <florian@nuecke.de>2025-07-05 21:54:07 +0200
committerGitHub <noreply@github.com>2025-07-05 22:54:07 +0300
commitbf869b0e075c65aa0f81d148b42a90dcce2f95c5 (patch)
tree16c584ef639a4d290877a994739c864346a9865f /include
parent708fff700f36ab3c2ab107b984ec9f3b8be5f055 (diff)
downloadProject-Tick-bf869b0e075c65aa0f81d148b42a90dcce2f95c5.tar.gz
Project-Tick-bf869b0e075c65aa0f81d148b42a90dcce2f95c5.zip
Add IWYU pragmas for provider header (#277)
Diffstat (limited to 'include')
-rw-r--r--include/toml++/toml.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/toml++/toml.hpp b/include/toml++/toml.hpp
index 61790c7433..0717cc458e 100644
--- a/include/toml++/toml.hpp
+++ b/include/toml++/toml.hpp
@@ -31,6 +31,7 @@ TOML_PRAGMA_CLANG(diagnostic ignored "-Wreserved-identifier")
#endif
#endif
+// IWYU pragma: begin_exports
#include "impl/std_new.hpp"
#include "impl/std_string.hpp"
#include "impl/std_optional.hpp"
@@ -56,6 +57,7 @@ TOML_PRAGMA_CLANG(diagnostic ignored "-Wreserved-identifier")
#include "impl/toml_formatter.hpp"
#include "impl/json_formatter.hpp"
#include "impl/yaml_formatter.hpp"
+// IWYU pragma: end_exports
#if TOML_IMPLEMENTATION