]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / gamma_expansion_effect.h
index 043731baf15ef48c8812d1ec6fb6e5234a5b87a3..059b246325f62bc24ad688edc8064effb575d418 100644 (file)
@@ -7,8 +7,11 @@
 //
 // Currently supports sRGB and Rec. 601/709.
 
+#include <string>
+
 #include "effect.h"
 #include "effect_chain.h"
+#include "image_format.h"
 
 #define EXPANSION_CURVE_SIZE 256