diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 592ec55d03b4..fd836f4e5ddb 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -25,6 +25,7 @@ #include "llvm/Analysis/RegionPass.h" #include "isl/ctx.h" +#include #include #include @@ -752,7 +753,7 @@ private: /// Max loop depth. unsigned MaxLoopDepth; - typedef std::deque StmtSet; + typedef std::list StmtSet; /// The statements in this Scop. StmtSet Stmts;