diff --git a/lib/Analysis/DataStructure/TopDownClosure.cpp b/lib/Analysis/DataStructure/TopDownClosure.cpp index d30c441ce4f..ad5a9d72203 100644 --- a/lib/Analysis/DataStructure/TopDownClosure.cpp +++ b/lib/Analysis/DataStructure/TopDownClosure.cpp @@ -17,9 +17,9 @@ #include "llvm/Analysis/DataStructure.h" #include "llvm/Module.h" #include "llvm/DerivedTypes.h" +#include "llvm/Analysis/DSGraph.h" #include "Support/Debug.h" #include "Support/Statistic.h" -#include "DSCallSiteIterator.h" namespace { RegisterAnalysis // Register the pass