summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h b/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h
index 627c4c67fe..34d4b79f9f 100755
--- 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 <vector>
+// For COMPILER_EXPORT
+#include "GLSLANG/ShaderLang.h"
namespace sh
{
-struct OutputVariable;
+struct COMPILER_EXPORT OutputVariable;
}
class TIntermNode;