diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-01-27 18:16:17 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-01-27 18:16:17 +0000 |
commit | fc3eca9023e57aa4360eb250d97d78a1bcb7edfb (patch) | |
tree | 5d18acfb04e1788a6f85b0179899fa1c4976c856 /llvm/lib/CodeGen/DwarfWriter.cpp | |
parent | ecd7e61a1fe650f9faeab09526801af5faca5f68 (diff) | |
download | bcm5719-llvm-fc3eca9023e57aa4360eb250d97d78a1bcb7edfb.tar.gz bcm5719-llvm-fc3eca9023e57aa4360eb250d97d78a1bcb7edfb.zip |
fix build
llvm-svn: 25687
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 92eab0cd5d1..ef7894dd06b 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -10,7 +10,7 @@ // This file contains support for writing dwarf debug info into asm files. // //===----------------------------------------------------------------------===// - +#include "llvm/Support/DataTypes.h" #include "llvm/CodeGen/DwarfWriter.h" #include "llvm/ADT/StringExtras.h" |