]> git.sesse.net Git - movit/blobdiff - colorspace_conversion_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / colorspace_conversion_effect.h
index 15ad0addbc04394d2f70650c211495e2b0c2cacb..b1d6e060c75d5dee627425fad05b410c46563065 100644 (file)
@@ -8,8 +8,11 @@
 // We don't do any fancy gamut mapping or similar; colors that are out-of-gamut
 // will simply stay out-of-gamut, and probably clip in the output stage.
 
+#include <string>
+
 #include "effect.h"
 #include "effect_chain.h"
+#include "image_format.h"
 
 class ColorspaceConversionEffect : public Effect {
 private: