From a988950f5ef989c1b6673c4ff1c22851586a6dfb Mon Sep 17 00:00:00 2001 From: Francisco Facioni Date: Tue, 22 Jul 2014 11:44:36 -0300 Subject: [PATCH] fix error when building it in OS x 10.9 with libc++ --- ThirdParty/GL/glh/glh_convenience.h | 6 ------ .../PSCommon/XnLib/ThirdParty/GL/glh/glh_convenience.h | 7 ------- 2 files changed, 13 deletions(-) diff --git a/ThirdParty/GL/glh/glh_convenience.h b/ThirdParty/GL/glh/glh_convenience.h index 9dae8c90..6700ac45 100644 --- a/ThirdParty/GL/glh/glh_convenience.h +++ b/ThirdParty/GL/glh/glh_convenience.h @@ -47,12 +47,6 @@ // with opengl... - -// debugging hack... -#include - -using namespace std; - #ifdef MACOS #include #else diff --git a/ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_convenience.h b/ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_convenience.h index 9dae8c90..c8e7e61e 100644 --- a/ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_convenience.h +++ b/ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_convenience.h @@ -46,13 +46,6 @@ // Convenience methods for using glh_linear objects // with opengl... - - -// debugging hack... -#include - -using namespace std; - #ifdef MACOS #include #else