Browse Source

Fix Windows build

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
e360346c21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/libraries/glslang/glslang/OSDependent/Windows/main.cpp

+ 1 - 1
src/libraries/glslang/glslang/OSDependent/Windows/main.cpp

@@ -32,7 +32,7 @@
 // POSSIBILITY OF SUCH DAMAGE.
 // POSSIBILITY OF SUCH DAMAGE.
 //
 //
 
 
-#include "InitializeDll.h"
+#include "glslang/OGLCompilersDLL/InitializeDll.h"
 
 
 #define STRICT
 #define STRICT
 #define VC_EXTRALEAN 1
 #define VC_EXTRALEAN 1