From 995f86b1f40ce9dd4eff06fb33ff755a57f711fd Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 10 Aug 2015 15:41:34 +1000 Subject: [PATCH] debug: add missing required header --- debug.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debug.hpp b/debug.hpp index dc117bd5..9bca8b18 100644 --- a/debug.hpp +++ b/debug.hpp @@ -18,9 +18,10 @@ #define __DEBUG_HPP //#include "maths.hpp" // XXX: See notes at the end of file for maths.hpp inclusion -#include #include #include +#include +#include /////////////////////////////////////////////////////////////////////////////// #ifdef ENABLE_DEBUGGING