From bb07735fd39b5bedb102f47e9e24fb9566e50958 Mon Sep 17 00:00:00 2001 From: gerhard Date: Mon, 1 Aug 2011 13:17:41 +0000 Subject: [PATCH] fix for different tr1 header locations in VS --- tag/absorient.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tag/absorient.h b/tag/absorient.h index 9811a87..f164eb6 100644 --- a/tag/absorient.h +++ b/tag/absorient.h @@ -2,7 +2,11 @@ #define TAG_ABSORIENT_H_ #include +#ifdef WIN32 +#include +#else #include +#endif #include #include