diff options
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r-- | include/llvm/Instructions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 1c79bb4dda..62c805f2de 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -17,6 +17,7 @@ #define LLVM_INSTRUCTIONS_H #include "llvm/InstrTypes.h" +#include <vector> // fixme remove. namespace llvm { |