diff options
Diffstat (limited to 'src/texture.hpp')
-rw-r--r-- | src/texture.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/texture.hpp b/src/texture.hpp index 16987f8..4483d0f 100644 --- a/src/texture.hpp +++ b/src/texture.hpp @@ -21,7 +21,10 @@ #define TEXTURE_HPP_ #include <soil/SOIL.h> + +#include <GL/glew.h> #include <SDL2/SDL_opengl.h> + #include <string> class Texture |