aboutsummaryrefslogtreecommitdiffstats
path: root/src/texture.hpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-11 00:24:40 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-11 00:24:40 -0400
commit1d9c67f5719b3c55b1f2f2537e796e2ad95e1ac1 (patch)
tree98e9656f5855a86ed8247ec3dc13e247d617141c /src/texture.hpp
parentb46aa08e48bdfa9008738ed5d599d6e7d11ede56 (diff)
parent2b095e30f7786526da9339ccada3aae7f2ab5df4 (diff)
Merge branch 'master' of github.com:tcsullivan/gamedev2
Diffstat (limited to 'src/texture.hpp')
-rw-r--r--src/texture.hpp3
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