diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h index 856af262..c45df689 100644 --- a/glslang/Public/ShaderLang.h +++ b/glslang/Public/ShaderLang.h @@ -356,6 +356,9 @@ public: // Signals that the parser will no longer use the contents of the // specified IncludeResult. virtual void releaseInclude(IncludeResult* result) = 0; +#ifdef __ANDROID__ + virtual ~Includer() {} // Pacify -Werror=non-virtual-dtor +#endif }; // Returns an error message for any #include directive.