]> git.sesse.net Git - movit/blobdiff - white_balance_effect.h
Explicitly declare use of round() as an #extension.
[movit] / white_balance_effect.h
index 2f8f38e0ee168a3d02632a08514f218d43c45ea8..5a8ecd548d6cf8efd4143feb3d457d97d76cf930 100644 (file)
@@ -1,8 +1,11 @@
-#ifndef _WHITE_BALANCE_EFFECT_H
-#define _WHITE_BALANCE_EFFECT_H 1
+#ifndef _MOVIT_WHITE_BALANCE_EFFECT_H
+#define _MOVIT_WHITE_BALANCE_EFFECT_H 1
 
 // Color correction in LMS color space.
 
+#include <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class WhiteBalanceEffect : public Effect {
@@ -23,4 +26,4 @@ private:
        float output_color_temperature;
 };
 
-#endif // !defined(_WHITE_BALANCE_EFFECT_H)
+#endif // !defined(_MOVIT_WHITE_BALANCE_EFFECT_H)