diff options
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 { |