From 6f7cb37b23f081a040fa2db74ba3394d56bfe556 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 9 Jul 2012 15:04:19 +0000 Subject: [PATCH] - terrible workaround to avoid problem with #warning in visual studio --- src/meshlabplugins/filter_ssynth/filter_ssynth.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_ssynth/filter_ssynth.cpp b/src/meshlabplugins/filter_ssynth/filter_ssynth.cpp index 3c637567c..3a52c179a 100644 --- a/src/meshlabplugins/filter_ssynth/filter_ssynth.cpp +++ b/src/meshlabplugins/filter_ssynth/filter_ssynth.cpp @@ -4,13 +4,15 @@ #include #include #include -#include "mytrenderer.h" #include #include +#undef __GLEW_H__ //terrible workaround to avoid problem with #warning in visual studio +#include "mytrenderer.h" #include #include #include #include + using namespace std; using namespace vcg; using namespace vcg::tri::io;