From fc3eca9023e57aa4360eb250d97d78a1bcb7edfb Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 27 Jan 2006 18:16:17 +0000 Subject: fix build llvm-svn: 25687 --- llvm/lib/CodeGen/DwarfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp') 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" -- cgit v1.2.3