Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render/gl.h2
-rw-r--r--src/render/textures.cc2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index cf9e89d..487377a 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -9,7 +9,7 @@
#include "sys/sys.h"
-#include "SDL/SDL_opengl.h"
+#include "SDL2/SDL_opengl.h"
#include "math/vector2f.h"
#include "math/vector3f.h"
diff --git a/src/render/textures.cc b/src/render/textures.cc
index 15c9bd5..1e202b4 100644
--- a/src/render/textures.cc
+++ b/src/render/textures.cc
@@ -15,6 +15,8 @@
#include "sys/sys.h"
#include "core/application.h"
+#include <GL/glu.h>
+
namespace render
{