diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-02 22:28:07 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-02 22:28:07 -0300 |
commit | 2bf0691eaef139746f56d01c8db2e6c9b8670c2e (patch) | |
tree | 7b96beffe9d85d9753a823059070a4f7e9e98764 /Project | |
parent | 3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa (diff) | |
download | PSP.git-2bf0691eaef139746f56d01c8db2e6c9b8670c2e.tar.gz PSP.git-2bf0691eaef139746f56d01c8db2e6c9b8670c2e.tar.xz PSP.git-2bf0691eaef139746f56d01c8db2e6c9b8670c2e.zip |
Additional library included in OpenGL for Linux
Diffstat (limited to 'Project')
-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> |