summaryrefslogtreecommitdiff
path: root/src/io
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-07-01 18:00:38 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-07-01 18:00:38 -0700
commit17605f7782ac9a73a3dacf6ce27e5dae36160f01 (patch)
tree31acbe279cc6f51730d6f509648ec3ab7d8e43a9 /src/io
parente6db8d726bb971bdc7704d29cd26d80bc299da5a (diff)
downloadtmwa-17605f7782ac9a73a3dacf6ce27e5dae36160f01.tar.gz
tmwa-17605f7782ac9a73a3dacf6ce27e5dae36160f01.tar.bz2
tmwa-17605f7782ac9a73a3dacf6ce27e5dae36160f01.tar.xz
tmwa-17605f7782ac9a73a3dacf6ce27e5dae36160f01.zip
In order to disable them, diagnostic header must be public and included
Diffstat (limited to 'src/io')
-rw-r--r--src/io/cxxstdio.hpp2
-rw-r--r--src/io/fd.hpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/io/cxxstdio.hpp b/src/io/cxxstdio.hpp
index a8343c0..20d3a33 100644
--- a/src/io/cxxstdio.hpp
+++ b/src/io/cxxstdio.hpp
@@ -27,6 +27,8 @@
#include "../generic/enum.hpp"
+#include "../diagnostics.hpp"
+
namespace tmwa
{
diff --git a/src/io/fd.hpp b/src/io/fd.hpp
index f1d1751..6fb745d 100644
--- a/src/io/fd.hpp
+++ b/src/io/fd.hpp
@@ -25,6 +25,8 @@
#include "../strings/fwd.hpp"
+#include "../diagnostics.hpp"
+
namespace tmwa
{