aboutsummaryrefslogtreecommitdiff
path: root/src/toml11
diff options
context:
space:
mode:
Diffstat (limited to 'src/toml11')
-rw-r--r--src/toml11/toml.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/toml11/toml.hpp b/src/toml11/toml.hpp
index f34cfccca..f9a7430f2 100644
--- a/src/toml11/toml.hpp
+++ b/src/toml11/toml.hpp
@@ -22,6 +22,9 @@
* THE SOFTWARE.
*/
+// TODO(Qyriad): let's get vendored toml11 out of here.
+#pragma GCC system_header
+
#ifndef TOML_FOR_MODERN_CPP
#define TOML_FOR_MODERN_CPP