]> git.sesse.net Git - movit/blobdiff - saturation_effect_test.cpp
Switch from using GLEW to epoxy.
[movit] / saturation_effect_test.cpp
index 941df9924bfbeb4ee5642b37c490fb793a1560e4..6a711a42a25d5f0799a3fc54298f4d1041aa3aac 100644 (file)
@@ -1,6 +1,6 @@
 // Unit tests for SaturationEffect.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 
 #include "effect_chain.h"
 #include "gtest/gtest.h"