diff --git a/JGE/include/DebugRoutines.h b/JGE/include/DebugRoutines.h index e68fa3e22..ef0a3f496 100644 --- a/JGE/include/DebugRoutines.h +++ b/JGE/include/DebugRoutines.h @@ -14,6 +14,8 @@ #if defined (WIN32) || defined (LINUX) #ifdef _DEBUG +using namespace std; + template std::string ToHex(T* pointer) {