aboutsummaryrefslogtreecommitdiffstats
path: root/src/shader.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-09-17 13:55:22 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-09-17 13:55:22 -0400
commitceda39e4bd2e3a7794f0cb4f96df1de6ebee47d2 (patch)
treeba5451b6dcade324114d145d526e7c5b5465689a /src/shader.hpp
parentdbb26902ed54ce308fdcec4697616e152f2894fd (diff)
parent0236eb7f6391c9d925dcaaddb8cb01ecfb7d5e55 (diff)
update with master; using VBOs for fonts
Diffstat (limited to 'src/shader.hpp')
-rw-r--r--src/shader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader.hpp b/src/shader.hpp
index 8691ab0..2a93f9c 100644
--- a/src/shader.hpp
+++ b/src/shader.hpp
@@ -24,6 +24,7 @@
#include <unordered_map>
#include <GL/glew.h>
+#include <SDL2/SDL_opengl.h>
class Shader
{