]> git.sesse.net Git - movit/blobdiff - sandbox_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / sandbox_effect.h
index 4443ff7d29afc85126ca043b83e9679b55b76d48..072bc2b1096a95e592de293c396bdb2ce647afd7 100644 (file)
@@ -8,6 +8,9 @@
 // throwaway code. When you're happy, you can do a bit of search and replace
 // to give it a proper name and its own place in the build system.
 
+#include <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class SandboxEffect : public Effect {