From 44483e1e6ebca392305be322b3bba4a9e8f466ab Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Thu, 2 Dec 2010 13:13:10 +0000 Subject: OPENGL: Fix compilation when OpenGL error checks are enabled. svn-id: r54734 --- backends/graphics/opengl/glerrorcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics') diff --git a/backends/graphics/opengl/glerrorcheck.cpp b/backends/graphics/opengl/glerrorcheck.cpp index 13da4ba60f..782cb92f85 100644 --- a/backends/graphics/opengl/glerrorcheck.cpp +++ b/backends/graphics/opengl/glerrorcheck.cpp @@ -28,7 +28,7 @@ #if defined(DEBUG) && defined(USE_OPENGL) #include "backends/graphics/opengl/glerrorcheck.h" -#include "common/debug.h" +#include "common/textconsole.h" #ifdef WIN32 #if defined(ARRAYSIZE) && !defined(_WINDOWS_) -- cgit v1.2.3