summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Project/OpenGLText.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/OpenGLText.h b/Project/OpenGLText.h
index 2ec7ab1..e3bc970 100644
--- a/Project/OpenGLText.h
+++ b/Project/OpenGLText.h
@@ -24,7 +24,9 @@
#include <GL/gl.h>
#include <wx/dcmemory.h>
#include <algorithm>
-
+#ifdef __LINUX__
+#include <GL/glx.h>
+#endif
/**
* @class OpenGLText
* @author Thales Lima Oliveira <thales@ufu.br>