Browse Source

Fixed a missing header.

cib 12 years ago
parent
commit
a443822479
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Core/Contents/Source/PolyGLSLProgram.cpp

+ 1 - 0
Core/Contents/Source/PolyGLSLProgram.cpp

@@ -28,6 +28,7 @@ THE SOFTWARE.
 #include "PolyLogger.h"
 #include "PolyLogger.h"
 #include "PolyCoreServices.h"
 #include "PolyCoreServices.h"
 #include "PolyLogger.h"
 #include "PolyLogger.h"
+#include "PolyGLHeaders.h"
 
 
 #ifdef _WINDOWS
 #ifdef _WINDOWS
 #include <windows.h>
 #include <windows.h>