diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-29 19:52:31 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-29 19:52:31 +0000 |
commit | 1baa88e3de8947b02d9ef4caa73e5860f048ec6e (patch) | |
tree | b84158d384b79ae4588a97757781b1f30a0c8333 /include/llvm/CodeGen/MachineInstr.h | |
parent | 21323f3a829df0e6d9b4566a551619a01e269ba6 (diff) |
Prune and tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 0c657db6dc..6e46ab39c8 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -18,6 +18,7 @@ #include "llvm/CodeGen/MachineOperand.h" #include "llvm/CodeGen/MachineMemOperand.h" +#include <vector> namespace llvm { |