diff --git a/wrap/ply/plystuff.h b/wrap/ply/plystuff.h index 54a056f5..e799d29a 100644 --- a/wrap/ply/plystuff.h +++ b/wrap/ply/plystuff.h @@ -56,12 +56,14 @@ Cleaning of the automatic bbox caching support for ply files. First working vers #include #include -#include #include #ifdef WIN32 #include +#else +#include #endif + #include #include using namespace vcg;