PP #include: address PR feedback.
diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp
index 37313fd..d133b59 100644
--- a/StandAlone/StandAlone.cpp
+++ b/StandAlone/StandAlone.cpp
@@ -582,7 +582,7 @@
 
         if (Options & EOptionOutputPreprocessed) {
             std::string str;
-            glslang::TShader::Includer includer;
+            glslang::TShader::ForbidIncluder includer;
             if (shader->preprocess(&Resources, defaultVersion, ENoProfile, false, false,
                                    messages, &str, includer)) {
                 PutsIfNonEmpty(str.c_str());