diff options
Diffstat (limited to 'src/ints')
-rw-r--r-- | src/ints/cmp.hpp | 2 | ||||
-rw-r--r-- | src/ints/udl_test.cpp | 1 |
2 files changed, 3 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 { diff --git a/src/ints/udl_test.cpp b/src/ints/udl_test.cpp index 3fa9c31..279edde 100644 --- a/src/ints/udl_test.cpp +++ b/src/ints/udl_test.cpp @@ -22,6 +22,7 @@ #include "../compat/cast.hpp" +#include "../diagnostics.hpp" #include "../poison.hpp" |