summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h')
-rw-r--r--src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h b/src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h
index 0f808dbb97..1538e0f157 100644
--- a/src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h
+++ b/src/3rdparty/angle/src/compiler/translator/ValidateOutputs.h
@@ -4,6 +4,9 @@
// found in the LICENSE file.
//
+#ifndef COMPILER_TRANSLATOR_VALIDATEOUTPUTS_H_
+#define COMPILER_TRANSLATOR_VALIDATEOUTPUTS_H_
+
#include "compiler/translator/IntermNode.h"
#include <set>
@@ -31,3 +34,5 @@ class ValidateOutputs : public TIntermTraverser
void error(TSourceLoc loc, const char *reason, const char* token);
};
+
+#endif // COMPILER_TRANSLATOR_VALIDATEOUTPUTS_H_