From 488f656082881a7873d56cb41311662c20558d7a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 10 May 2014 02:11:17 +0300 Subject: Fix compilation with some debug options. --- src/render/nullopenglgraphics.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/render') diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 8eb88f060..866eb14a3 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -33,6 +33,10 @@ #include "debug.h" +#ifdef DEBUG_BIND_TEXTURE +#include "logger.h" +#endif + GLuint NullOpenGLGraphics::mLastImage = 0; #ifdef DEBUG_DRAW_CALLS unsigned int NullOpenGLGraphics::mDrawCalls = 0; -- cgit v1.2.3-70-g09d2