debug: add missing required header

This commit is contained in:
Danny Robson 2015-08-10 15:41:34 +10:00
parent c3b4dfc34d
commit 995f86b1f4

View File

@ -18,9 +18,10 @@
#define __DEBUG_HPP
//#include "maths.hpp" // XXX: See notes at the end of file for maths.hpp inclusion
#include <stdexcept>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>
///////////////////////////////////////////////////////////////////////////////
#ifdef ENABLE_DEBUGGING