[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Fri Jan 27 10:16:39 PST 2006
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.20 -> 1.21
---
Log message:
fix build
---
Diffs of the changes: (+1 -1)
DwarfWriter.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.20 llvm/lib/CodeGen/DwarfWriter.cpp:1.21
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.20 Fri Jan 27 09:20:54 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp Fri Jan 27 12:16:17 2006
@@ -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"
More information about the llvm-commits
mailing list