diff options
Diffstat (limited to 'src/TextureAtlas.hpp')
-rw-r--r-- | src/TextureAtlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextureAtlas.hpp b/src/TextureAtlas.hpp index 76a6c49..1e5c134 100644 --- a/src/TextureAtlas.hpp +++ b/src/TextureAtlas.hpp @@ -2,7 +2,7 @@ #include <vector> -#include <gl/glew.h> +#include <GL/glew.h> struct TextureData { std::vector<unsigned char> data; //expected format RGBA8888 |