aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-07-10 01:44:27 +0000
committerOwen Anderson <resistor@mac.com>2008-07-10 01:44:27 +0000
commitc007848b5aa0883715b3cf0ded82f7bff750896b (patch)
treef886cae2c9062ba3a1d173303e89b3ae454b0dbe /lib/Target/Sparc
parent5ed2ba26680f06846e7602ce65432b0a723b1273 (diff)
Fix the build by adding a #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r--lib/Target/Sparc/SparcAsmPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Sparc/SparcAsmPrinter.cpp b/lib/Target/Sparc/SparcAsmPrinter.cpp
index 2011ab9803..d0ee4ee474 100644
--- a/lib/Target/Sparc/SparcAsmPrinter.cpp
+++ b/lib/Target/Sparc/SparcAsmPrinter.cpp
@@ -32,6 +32,7 @@
#include "llvm/Support/MathExtras.h"
#include <cctype>
#include <cstring>
+#include <map>
using namespace llvm;
STATISTIC(EmittedInsts, "Number of machine instrs printed");