Commit 0dd3b3ff by Ehsan Akhgari

Add #include guards to ForLoopUnroll.h

Change-Id: Ied066feb2b8954dc7f0398704cd3429780549989
parent a60e0805
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
// found in the LICENSE file. // found in the LICENSE file.
// //
#ifndef COMPILER_FORLOOPUNROLL_H_
#define COMPILER_FORLOOPUNROLL_H_
#include "compiler/intermediate.h" #include "compiler/intermediate.h"
struct TLoopIndexInfo { struct TLoopIndexInfo {
...@@ -46,3 +49,4 @@ private: ...@@ -46,3 +49,4 @@ private:
TVector<TLoopIndexInfo> mLoopIndexStack; TVector<TLoopIndexInfo> mLoopIndexStack;
}; };
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment