diff --git a/SPIRV/disassemble.cpp b/SPIRV/disassemble.cpp index 8662f036b29f761324a6de0303a6bd0a148d6924..08f905ef71e9d5008d7f00666c7153fc6e5ad293 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];