mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
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
This commit is contained in:
parent
6de98f242a
commit
9bb2188b0e
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user