]> git.sesse.net Git - movit/blobdiff - overlay_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / overlay_effect.h
index 4c6d37a4fea6d9a95715031426eb7332fcf73346..66ff31b94be55d19ffacb7714051baa2c785493c 100644 (file)
@@ -10,6 +10,8 @@
 //
 // The first input is the bottom, and the second is the top.
 
+#include <string>
+
 #include "effect.h"
 
 class OverlayEffect : public Effect {