diff options
-rw-r--r-- | Project/OpenGLText.h | 4 |
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> |