Fix NV_EXTENSIONS-disabled build
authorJeff Bolz <jbolz@nvidia.com>
Thu, 28 Feb 2019 17:59:35 +0000 (11:59 -0600)
committerJeff Bolz <jbolz@nvidia.com>
Thu, 28 Feb 2019 17:59:35 +0000 (11:59 -0600)
SPIRV/GlslangToSpv.cpp

index 2ddece1..7dc0b94 100644 (file)
@@ -49,9 +49,7 @@ namespace spv {
 #ifdef AMD_EXTENSIONS
     #include "GLSL.ext.AMD.h"
 #endif
-#ifdef NV_EXTENSIONS
     #include "GLSL.ext.NV.h"
-#endif
 }
 
 // Glslang includes