diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-12 05:00:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-12 05:00:35 +0000 |
commit | 36f78c8935da34074ccd06d5674e45b9cd45da8b (patch) | |
tree | 3c0e3b9a48dc395ea882fdf8f6dbd8980eff6b66 /include/llvm/Module.h | |
parent | a96b4ee7ff408f2fe23fa9b2788c1ed9cf87caf4 (diff) |
add #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 32b9ea6762..560554e3d0 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -17,6 +17,7 @@ #include "llvm/Function.h" #include "llvm/GlobalVariable.h" #include "llvm/Support/DataTypes.h" +#include <vector> namespace llvm { |