diff -r f3abdaa2e8fb -r c005054bf4c1 ccdemos/common_ply.h --- a/ccdemos/common_ply.h Sun May 31 16:53:05 2009 +0200 +++ b/ccdemos/common_ply.h Sun May 31 23:06:03 2009 +0200 @@ -1,6 +1,8 @@ #include #include #include +#include "raytracer.h" +#include "mempool.h" void load_ply(Raytracer &rt, const char *filename, Material *mat, const Vector &scale, const Vector &transp) {