diff --git a/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h b/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h index 627c4c67fe..34d4b79f9f 100644 --- a/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h +++ b/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h @@ -11,10 +11,12 @@ #define COMPILER_TRANSLATOR_EMULATEGLFRAGCOLORBROADCAST_H_ #include +// For COMPILER_EXPORT +#include "GLSLANG/ShaderLang.h" namespace sh { -struct OutputVariable; +struct COMPILER_EXPORT OutputVariable; } class TIntermNode;