forked from OSchip/llvm-project
This is a hack to make this file compile under g++-3.0.x;
otherwise it can't decide what std::pair is. It seemed relatively harmless. llvm-svn: 10173
This commit is contained in:
parent
db8a179838
commit
124d7fd7f0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue