Add another required #include for freestanding .h files.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 08:12:36 +0000 (08:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 08:12:36 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84322 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassAnalysisSupport.h

index f339481c1edea8ed5db3954643f1fb6f10d01bf2..690d080491c6d39dcd7d3b3ca9ddd44fa5afd947 100644 (file)
 #define LLVM_PASS_ANALYSIS_SUPPORT_H
 
 #include <vector>
+#include "llvm/Pass.h"
 #include "llvm/ADT/SmallVector.h"
 
 namespace llvm {
 
 class StringRef;
 
-// No need to include Pass.h, we are being included by it!
-
 //===----------------------------------------------------------------------===//
 // AnalysisUsage - Represent the analysis usage information of a pass.  This
 // tracks analyses that the pass REQUIRES (must be available when the pass