X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.cpp;h=384e8c2944e741ce53bade017d4e7b9064148228;hp=9ff200bacde5d01258ffa2b7040181f266824efa;hb=a616ded3842994840ce0cfa365d259f602493779;hpb=2c9711e213679e11bea1b0e86bb46af442b22ee0 diff --git a/effect.cpp b/effect.cpp index 9ff200b..384e8c2 100644 --- a/effect.cpp +++ b/effect.cpp @@ -1,12 +1,12 @@ #include #include #include +#include + #include "effect.h" #include "effect_chain.h" #include "util.h" -#include "opengl.h" - GLint get_uniform_location(GLuint glsl_program_num, const std::string &prefix, const std::string &key) { std::string name = prefix + "_" + key;