aboutsummaryrefslogtreecommitdiff
path: root/include/Support/STLExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/STLExtras.h')
-rw-r--r--include/Support/STLExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h
index de4ad1ce92..5ebceb346a 100644
--- a/include/Support/STLExtras.h
+++ b/include/Support/STLExtras.h
@@ -18,7 +18,7 @@
#define SUPPORT_STLEXTRAS_H
#include <functional>
-#include <map> // G++-3.0.x will find std::pair here.
+#include <utility> // for std::pair
#include "Support/iterator"
namespace llvm {