OSDN Git Service

add #include
authorChris Lattner <sabre@nondot.org>
Mon, 12 Feb 2007 05:00:35 +0000 (05:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Feb 2007 05:00:35 +0000 (05:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34190 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h
include/llvm/Instructions.h
include/llvm/Module.h

index 66f60ab..f91403a 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "llvm/Support/CallSite.h"
 #include "llvm/System/IncludeFile.h"
+#include <vector>
 
 namespace llvm {
 
index 1c79bb4..62c805f 100644 (file)
@@ -17,6 +17,7 @@
 #define LLVM_INSTRUCTIONS_H
 
 #include "llvm/InstrTypes.h"
+#include <vector>  // fixme remove.
 
 namespace llvm {
 
index 32b9ea6..560554e 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/Function.h"
 #include "llvm/GlobalVariable.h"
 #include "llvm/Support/DataTypes.h"
+#include <vector>
 
 namespace llvm {