diff options
author | David Greene <greened@obbligato.org> | 2009-08-19 21:22:18 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-08-19 21:22:18 +0000 |
commit | 9fa24c96197309cb8c11b8fe8790418393db0445 (patch) | |
tree | 6dd66d30d1dc41628804ac9716fe7c0b76039a7b /include/llvm/CodeGen/MachineFrameInfo.h | |
parent | abd9855af39290abd1453a51dcee5e5635ca5f13 (diff) |
Add missing includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFrameInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFrameInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index 2a9b458db7..1486a5ea58 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -15,6 +15,7 @@ #define LLVM_CODEGEN_MACHINEFRAMEINFO_H #include "llvm/ADT/BitVector.h" +#include "llvm/ADT/DenseSet.h" #include "llvm/Support/DataTypes.h" #include <cassert> #include <iosfwd> |