]> git.sesse.net Git - movit/blobdiff - alpha_division_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / alpha_division_effect.h
index e700112fb2a909c108c2ddb48ccbb3b96d5ab0ed..2b51c3a7256c6e53ca7633b561cfef1864c13aa6 100644 (file)
@@ -3,6 +3,8 @@
 
 // Convert premultiplied alpha to postmultiplied alpha, simply by multiplying.
 
+#include <string>
+
 #include "effect.h"
 
 class AlphaDivisionEffect : public Effect {