summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h')
-rw-r--r--src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h b/src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h
index e6e8a9619f..59cccb565f 100644
--- a/src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h
+++ b/src/3rdparty/angle/src/compiler/translator/ValidateLimitations.h
@@ -4,6 +4,9 @@
// found in the LICENSE file.
//
+#ifndef COMPILER_TRANSLATOR_VALIDATELIMITATIONS_H_
+#define COMPILER_TRANSLATOR_VALIDATELIMITATIONS_H_
+
#include "compiler/translator/IntermNode.h"
#include "compiler/translator/LoopInfo.h"
@@ -53,3 +56,4 @@ class ValidateLimitations : public TIntermTraverser
TLoopStack mLoopStack;
};
+#endif // COMPILER_TRANSLATOR_VALIDATELIMITATIONS_H_