]> git.sesse.net Git - movit/blobdiff - resize_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / resize_effect.h
index 3cb40e3344d7703180e90e8d2352a73df876e87a..8fbaba70b08ccfbe5724af7b24068da6b420a75b 100644 (file)
@@ -5,6 +5,8 @@
 // (set by the two integer parameters "width" and "height").
 // Mostly useful as part of other algorithms.
 
+#include <string>
+
 #include "effect.h"
 
 class ResizeEffect : public Effect {