diff --git a/SPIRV/disassemble.cpp b/SPIRV/disassemble.cpp index 8662f036..08f905ef 100755 --- a/SPIRV/disassemble.cpp +++ b/SPIRV/disassemble.cpp @@ -50,7 +50,7 @@ namespace spv { // Include C-based headers that don't have a namespace - #include "SPIRV/GLSL.std.450.h" + #include "GLSL.std.450.h" } const char* GlslStd450DebugNames[spv::GLSLstd450Count];