aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/graphics/opengl/glerrorcheck.cpp2
1 files changed, 1 insertions, 1 deletions
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_)