From 6619e475ab51abb9417ce52f230645df18bbc2bb Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 5 Sep 2022 04:47:15 -0500 Subject: No issue - Fix OutputVariable visibility issue, when building with clang. --- gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +// For COMPILER_EXPORT +#include "GLSLANG/ShaderLang.h" namespace sh { -struct OutputVariable; +struct COMPILER_EXPORT OutputVariable; } class TIntermNode; -- cgit v1.2.3