summaryrefslogtreecommitdiff
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-09-07 19:16:25 +0000
committerOwen Anderson <resistor@mac.com>2010-09-07 19:16:25 +0000
commit6bcd3a02653c45b87094577517547b7eb9f76395 (patch)
treeefaed99aa36f9601f8763857583296f308462608 /include/llvm/PassSupport.h
parent72d1027d873ab42ccd93719b6e0248807422f959 (diff)
downloadllvm-6bcd3a02653c45b87094577517547b7eb9f76395.tar.gz
llvm-6bcd3a02653c45b87094577517547b7eb9f76395.tar.bz2
llvm-6bcd3a02653c45b87094577517547b7eb9f76395.tar.xz
Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce #include clutter
and exposing internal details. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h
index 0f559d6df7..aac6a4c888 100644
--- a/include/llvm/PassSupport.h
+++ b/include/llvm/PassSupport.h
@@ -23,6 +23,7 @@
#include "Pass.h"
#include "llvm/PassRegistry.h"
+#include <vector>
namespace llvm {