diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-02-01 14:29:34 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-02-01 14:29:34 +0000 |
commit | bd92a82e6ee9fe78e23cbff0e3e6155c2b9ad004 (patch) | |
tree | fd636614ec0cf9fa8d18172b01c84536215113d4 | |
parent | 1bec6d94e179bc4bb8fc40f6ad28412f19312719 (diff) |
explicitely include "Base/GemState.h" as this is not implicitely included
anymore
svn path=/trunk/externals/gem2pdp/; revision=13127
-rw-r--r-- | pdp2gem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdp2gem.cpp b/pdp2gem.cpp index aad89eb..41339de 100644 --- a/pdp2gem.cpp +++ b/pdp2gem.cpp @@ -10,6 +10,7 @@ #include "pdp2gem.h" +#include "Base/GemState.h" #include "yuv.h" CPPEXTERN_NEW_WITH_ONE_ARG(pdp2gem, t_symbol *, A_DEFSYM) |