From: <wol...@us...> - 2009-06-23 14:26:18
|
Revision: 131 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=131&view=rev Author: wolfspindler Date: 2009-06-23 14:25:33 +0000 (Tue, 23 Jun 2009) Log Message: ----------- BUG: -Moved open gl includes outside WIN32 section to make it be used on Linux, too. Modified Paths: -------------- trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMeasurementInit.h Modified: trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMeasurementInit.h =================================================================== --- trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMeasurementInit.h 2009-06-23 14:22:03 UTC (rev 130) +++ trunk/UMD/METK/Sources/Inventor/UMDSoMeasurement/UMDMeasurementInit.h 2009-06-23 14:25:33 UTC (rev 131) @@ -23,6 +23,9 @@ #ifndef __UMDSO_MEASUREMENT_INIT__ #define __UMDSO_MEASUREMENT_INIT__ +#include <GL/glew.h> +#include <mlOpenGL.h> + #ifdef WIN32 //Unterdr"uckt die Warnung warning C4275: class 'SoCoordinate4' ist keine DLL-Schnittstelle @@ -55,9 +58,6 @@ #pragma warning( push, 3 ) -#include <GL/glew.h> -#include <mlOpenGL.h> - #include <XVEnterScope.h> #include "XVInventorWrapper.h" #include "XVBasics.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |