This is a hack to make this file compile under g++-3.0.x;
[oota-llvm.git] / include / Support / STLExtras.h
index b8e61283ed3878c698e87e9484dec1768ea7be83..de4ad1ce92a4fcecc76b3c65efb433a78f69db37 100644 (file)
@@ -18,6 +18,7 @@
 #define SUPPORT_STLEXTRAS_H
 
 #include <functional>
+#include <map>  // G++-3.0.x will find std::pair here.
 #include "Support/iterator"
 
 namespace llvm {