From 17605f7782ac9a73a3dacf6ce27e5dae36160f01 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 1 Jul 2014 18:00:38 -0700 Subject: In order to disable them, diagnostic header must be public and included --- src/io/cxxstdio.hpp | 2 ++ src/io/fd.hpp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/io') 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 { -- cgit v1.2.3-60-g2f50