OSDN Git Service

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 24b0abf..585579b 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 ad72b39..c003ffe 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
 #include <iostream>
+#include <map>
 #include <list>
 #include <utility>