diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-01 18:00:38 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-01 18:00:38 -0700 |
commit | 17605f7782ac9a73a3dacf6ce27e5dae36160f01 (patch) | |
tree | 31acbe279cc6f51730d6f509648ec3ab7d8e43a9 /src/io/fd.hpp | |
parent | e6db8d726bb971bdc7704d29cd26d80bc299da5a (diff) | |
download | tmwa-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/fd.hpp')
-rw-r--r-- | src/io/fd.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |