]> git.sesse.net Git - movit/blobdiff - alpha_division_effect.h
Move to 'using namespace std;' in all .cpp files.
[movit] / alpha_division_effect.h
index e700112fb2a909c108c2ddb48ccbb3b96d5ab0ed..b95e9fe77c61fb8074e548e1f361ae43f1dfdf3e 100644 (file)
@@ -1,8 +1,10 @@
-#ifndef _ALPHA_DIVISION_EFFECT_H
-#define _ALPHA_DIVISION_EFFECT_H 1
+#ifndef _MOVIT_ALPHA_DIVISION_EFFECT_H
+#define _MOVIT_ALPHA_DIVISION_EFFECT_H 1
 
 // Convert premultiplied alpha to postmultiplied alpha, simply by multiplying.
 
+#include <string>
+
 #include "effect.h"
 
 class AlphaDivisionEffect : public Effect {
@@ -12,4 +14,4 @@ public:
        std::string output_fragment_shader();
 };
 
-#endif // !defined(_ALPHA_DIVISION_EFFECT_H)
+#endif // !defined(_MOVIT_ALPHA_DIVISION_EFFECT_H)