From: Brian Gaeke Date: Sun, 23 Nov 2003 03:50:31 +0000 (+0000) Subject: A better way to get std::pair into the compiler's little, walnut-sized brain. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9bb2188b0e196d2724e128152ef4d4b581adf3bc;p=oota-llvm.git A better way to get std::pair into the compiler's little, walnut-sized brain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10174 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index de4ad1ce92a..5ebceb346a0 100644 --- a/include/Support/STLExtras.h +++ b/include/Support/STLExtras.h @@ -18,7 +18,7 @@ #define SUPPORT_STLEXTRAS_H #include -#include // G++-3.0.x will find std::pair here. +#include // for std::pair #include "Support/iterator" namespace llvm { diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index de4ad1ce92a..5ebceb346a0 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -18,7 +18,7 @@ #define SUPPORT_STLEXTRAS_H #include -#include // G++-3.0.x will find std::pair here. +#include // for std::pair #include "Support/iterator" namespace llvm {