commit | 262f548b09b9208a067814c612859410f82d2273 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Mon Sep 23 23:15:57 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Mon Sep 23 23:15:57 2013 +0000 |
tree | 467de009f00bc6a2d91a0813171e1aa298b6ca85 | |
parent | a31a975e54074f39d9d1643763f800ed138510a5 [diff] [blame] |
Unbreak the build (from r191233)since we're calling printf. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191238 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/DebugInfo/DWARFUnit.cpp b/lib/DebugInfo/DWARFUnit.cpp index c5ffb33..770c65b 100644 --- a/lib/DebugInfo/DWARFUnit.cpp +++ b/lib/DebugInfo/DWARFUnit.cpp
@@ -12,6 +12,7 @@ #include "llvm/DebugInfo/DWARFFormValue.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/Path.h" +#include <cstdio> using namespace llvm; using namespace dwarf;