diff --git a/OGLCompilersDLL/InitializeDll.cpp b/OGLCompilersDLL/InitializeDll.cpp index 049ee3eb..f7f6af00 100644 --- a/OGLCompilersDLL/InitializeDll.cpp +++ b/OGLCompilersDLL/InitializeDll.cpp @@ -37,9 +37,9 @@ #include #include "InitializeDll.h" -#include "Include/InitializeGlobals.h" +#include "../glslang/Include/InitializeGlobals.h" -#include "Public/ShaderLang.h" +#include "../glslang/Public/ShaderLang.h" namespace glslang { diff --git a/SPIRV/GlslangToSpv.cpp b/SPIRV/GlslangToSpv.cpp index 5fba7d38..86d18a58 100644 --- a/SPIRV/GlslangToSpv.cpp +++ b/SPIRV/GlslangToSpv.cpp @@ -45,8 +45,8 @@ #include "GLSL450Lib.h" // Glslang includes -#include "glslang/MachineIndependent/localintermediate.h" -#include "glslang/MachineIndependent/SymbolTable.h" +#include "../glslang/MachineIndependent/localintermediate.h" +#include "../glslang/MachineIndependent/SymbolTable.h" #include #include diff --git a/glslang/MachineIndependent/ShaderLang.cpp b/glslang/MachineIndependent/ShaderLang.cpp index b6a4caa3..543e568b 100644 --- a/glslang/MachineIndependent/ShaderLang.cpp +++ b/glslang/MachineIndependent/ShaderLang.cpp @@ -49,7 +49,7 @@ #include "ScanContext.h" #include "../Include/ShHandle.h" -#include "InitializeDll.h" +#include "../../OGLCompilersDLL/InitializeDll.h" #include "preprocessor/PpContext.h" diff --git a/glslang/MachineIndependent/preprocessor/PpScanner.cpp b/glslang/MachineIndependent/preprocessor/PpScanner.cpp index 849a6025..0bf245c6 100644 --- a/glslang/MachineIndependent/preprocessor/PpScanner.cpp +++ b/glslang/MachineIndependent/preprocessor/PpScanner.cpp @@ -88,7 +88,7 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "PpContext.h" #include "PpTokens.h" -#include "Scan.h" +#include "../Scan.h" namespace glslang { diff --git a/glslang/OSDependent/Linux/ossource.cpp b/glslang/OSDependent/Linux/ossource.cpp index 0cef0d1e..8a1c53ff 100644 --- a/glslang/OSDependent/Linux/ossource.cpp +++ b/glslang/OSDependent/Linux/ossource.cpp @@ -36,7 +36,7 @@ // This file contains the Linux-specific functions // #include "osinclude.h" -#include "InitializeDll.h" +#include "../../../OGLCompilersDLL/InitializeDll.h" namespace glslang {