From de4a0fd813b307641da8c625cfe57c5da8e85d5c Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Sun, 1 Mar 2015 18:51:51 +0000 Subject: [PATCH] [Refactor] Include explicitly what is used llvm-svn: 230902 --- polly/lib/CodeGen/IslAst.cpp | 2 ++ polly/lib/Exchange/JSONExporter.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index f59a5da..3a24064 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -26,6 +26,8 @@ #include "polly/Options.h" #include "polly/ScopInfo.h" #include "polly/Support/GICHelper.h" + +#include "llvm/Analysis/RegionInfo.h" #include "llvm/Support/Debug.h" #include "isl/union_map.h" diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 7a54f31..71b2b24 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -16,7 +16,9 @@ #include "polly/Options.h" #include "polly/ScopInfo.h" #include "polly/ScopPass.h" + #include "llvm/ADT/Statistic.h" +#include "llvm/Analysis/RegionInfo.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/ToolOutputFile.h" -- 2.7.4