mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
Merge pull request #7049 from AbandonedCart/master
Correct a namespace typo
This commit is contained in:
commit
87c4552de2
@ -19,8 +19,8 @@
|
||||
#ifdef IOS
|
||||
#include <tr1/unordered_map>
|
||||
namespace std {
|
||||
using std::tr1:unordered_map;
|
||||
using std::tr1:unordered_multimap;
|
||||
using std::tr1::unordered_map;
|
||||
using std::tr1::unordered_multimap;
|
||||
};
|
||||
#else
|
||||
#include <unordered_map>
|
||||
|
Loading…
Reference in New Issue
Block a user