add #include
authorChris Lattner <sabre@nondot.org>
Sun, 11 Feb 2007 21:39:35 +0000 (21:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Feb 2007 21:39:35 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34187 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/llvmAsmParser.y
tools/llvm-upgrade/UpgradeParser.y

index 24b0abfdd344912a0de86f1ca889bc436e3d9367..585579b6ef21fab43222e89aa3f8dd5ff0342a31 100644 (file)
@@ -26,6 +26,7 @@
 #include "llvm/Support/Streams.h"
 #include <algorithm>
 #include <list>
+#include <map>
 #include <utility>
 #ifndef NDEBUG
 #define YYDEBUG 1
index ad72b3996ad5b8cad237bc9c5eeed21a7dea311e..c003ffed343c3402c9cb93a6edb50887234597eb 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
 #include <iostream>
+#include <map>
 #include <list>
 #include <utility>