diff options
Diffstat (limited to 'include/Support/STLExtras.h')
-rw-r--r-- | include/Support/STLExtras.h | 2 |
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 { |