summaryrefslogtreecommitdiff
path: root/src/ints/cmp.hpp
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/ints/cmp.hpp
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/ints/cmp.hpp')
-rw-r--r--src/ints/cmp.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ints/cmp.hpp b/src/ints/cmp.hpp
index 58a33b4..08308e1 100644
--- a/src/ints/cmp.hpp
+++ b/src/ints/cmp.hpp
@@ -22,6 +22,8 @@
#include <limits>
+#include "../diagnostics.hpp"
+
namespace tmwa
{