Skip to content

Commit 66bc184

Browse files
committed
Add IWYU pragmas for provider header
1 parent 708fff7 commit 66bc184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/toml++/toml.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ TOML_PRAGMA_CLANG(diagnostic ignored "-Wreserved-identifier")
3131
#endif
3232
#endif
3333

34+
// IWYU pragma: begin_exports
3435
#include "impl/std_new.hpp"
3536
#include "impl/std_string.hpp"
3637
#include "impl/std_optional.hpp"
@@ -56,6 +57,7 @@ TOML_PRAGMA_CLANG(diagnostic ignored "-Wreserved-identifier")
5657
#include "impl/toml_formatter.hpp"
5758
#include "impl/json_formatter.hpp"
5859
#include "impl/yaml_formatter.hpp"
60+
// IWYU pragma: end_exports
5961

6062
#if TOML_IMPLEMENTATION
6163

0 commit comments

Comments
 (0)