summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-01-27 18:16:17 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-01-27 18:16:17 +0000
commit97d938c971a1a67370ec18447227925861567b7e (patch)
tree2de661170491ea89c3ffeed0534ee71f3b3dcbc1 /lib
parent22760af21f0012ba3dcdeb319ea55970f93389c5 (diff)
downloadllvm-97d938c971a1a67370ec18447227925861567b7e.tar.gz
llvm-97d938c971a1a67370ec18447227925861567b7e.tar.bz2
llvm-97d938c971a1a67370ec18447227925861567b7e.tar.xz
fix build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/DwarfWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index 92eab0cd5d..ef7894dd06 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/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"