summaryrefslogtreecommitdiff
path: root/src/sanity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sanity.hpp')
-rw-r--r--src/sanity.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sanity.hpp b/src/sanity.hpp
index 88bb24b..eb4a412 100644
--- a/src/sanity.hpp
+++ b/src/sanity.hpp
@@ -21,6 +21,9 @@
// just mention "fwd.hpp" to make formatter happy
+
+namespace tmwa
+{
# ifndef __cplusplus
# error "Please compile in C++ mode"
# endif // __cplusplus
@@ -45,5 +48,6 @@
// some integer sizes (partially fixed for the x32 ABI)
# error "Unsupported platform, we use x86 / amd64 only"
# endif // not __i386__
+} // namespace tmwa
#endif // TMWA_SANITY_HPP