From cda696c536f1801e0eb363ebf4fac613d7d47874 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia Date: Tue, 30 Aug 2016 02:37:52 +0200 Subject: [PATCH] - properly rewritten ifndef for windows systems --- wrap/ply/plystuff.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;