X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;fp=sandbox_effect.h;h=072bc2b1096a95e592de293c396bdb2ce647afd7;hp=4443ff7d29afc85126ca043b83e9679b55b76d48;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/sandbox_effect.h b/sandbox_effect.h index 4443ff7..072bc2b 100644 --- a/sandbox_effect.h +++ b/sandbox_effect.h @@ -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 {