diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-24 02:52:40 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-24 02:52:40 +0000 |
commit | 7e88103cdea8c36b2229dae8c60def14e3816512 (patch) | |
tree | 6ddb40b053aec3635474bc742c8fa6730fec1b49 /include/llvm/CodeGen/MachineDebugInfo.h | |
parent | 0e43f2ba114df7bfc1f70d0ef62b663f6ea4c09d (diff) |
Get VC++ building again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineDebugInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineDebugInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index f2119c2c3d..b27c0ab300 100644 --- a/include/llvm/CodeGen/MachineDebugInfo.h +++ b/include/llvm/CodeGen/MachineDebugInfo.h @@ -31,6 +31,7 @@ #define LLVM_CODEGEN_MACHINEDEBUGINFO_H #include "llvm/Support/Dwarf.h" +#include "llvm/Support/DataTypes.h" #include "llvm/ADT/UniqueVector.h" #include "llvm/GlobalValue.h" #include "llvm/Pass.h" |