branch | pyrit |
changeset 100 | c005054bf4c1 |
parent 93 | 96d65f841791 |
--- 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 <iostream> #include <fstream> #include <iomanip> +#include "raytracer.h" +#include "mempool.h" void load_ply(Raytracer &rt, const char *filename, Material *mat, const Vector &scale, const Vector &transp) {