X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;h=80ef8a23adfa6bca98b20b0b98bca56620026fdc;hp=4443ff7d29afc85126ca043b83e9679b55b76d48;hb=9a00101dbb6f98d21c6b8ce4d33200af840ea908;hpb=f99ad333a7acbb6c8c995dbb036484ae8940c490 diff --git a/sandbox_effect.h b/sandbox_effect.h index 4443ff7..80ef8a2 100644 --- a/sandbox_effect.h +++ b/sandbox_effect.h @@ -1,5 +1,5 @@ -#ifndef _SANDBOX_EFFECT_H -#define _SANDBOX_EFFECT_H 1 +#ifndef _MOVIT_SANDBOX_EFFECT_H +#define _MOVIT_SANDBOX_EFFECT_H 1 // This effect, by default, does nothing. // @@ -8,6 +8,9 @@ // throwaway code. When you're happy, you can do a bit of search and replace // to give it a proper name and its own place in the build system. +#include +#include + #include "effect.h" class SandboxEffect : public Effect { @@ -22,4 +25,4 @@ private: float parm; }; -#endif // !defined(_SANDBOX_EFFECT_H) +#endif // !defined(_MOVIT_SANDBOX_EFFECT_H)