Fix the build by adding a #include.
authorOwen Anderson <resistor@mac.com>
Thu, 10 Jul 2008 01:44:27 +0000 (01:44 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 10 Jul 2008 01:44:27 +0000 (01:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53388 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcAsmPrinter.cpp

index 2011ab9803887fad45709e13b97bdb6331aa33aa..d0ee4ee47407d9a7a6ede3ba8514fa20acacfb8c 100644 (file)
@@ -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");