No issue - Fix OutputVariable visibility issue, when building with clang.

This commit is contained in:
Brian Smith 2022-09-05 04:47:15 -05:00 committed by roytam1
commit 8cc2925a24

View file

@ -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;