From 049e42f0b4547eb1afad4e4ce708d110408957e4 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 13 Sep 2010 18:47:42 +0000 Subject: Minimize #includes in a top-level header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113772 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/PassRegistry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/VMCore') diff --git a/lib/VMCore/PassRegistry.cpp b/lib/VMCore/PassRegistry.cpp index 9196d42..c6dc921 100644 --- a/lib/VMCore/PassRegistry.cpp +++ b/lib/VMCore/PassRegistry.cpp @@ -18,6 +18,7 @@ #include "llvm/Support/ManagedStatic.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallPtrSet.h" +#include "llvm/ADT/StringMap.h" #include using namespace llvm; -- cgit v1.1