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:
Brian Gaeke 2003-11-23 00:55:27 +00:00
parent db8a179838
commit 124d7fd7f0
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define SUPPORT_STLEXTRAS_H #define SUPPORT_STLEXTRAS_H
#include <functional> #include <functional>
#include <map> // G++-3.0.x will find std::pair here.
#include "Support/iterator" #include "Support/iterator"
namespace llvm { namespace llvm {