mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Fix use of STL's std::map + std::vector
This commit is contained in:
parent
e8cd47e65c
commit
2410ab8944
@ -10,9 +10,13 @@
|
|||||||
#else
|
#else
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <vector>
|
||||||
using std::list;
|
using std::list;
|
||||||
|
using std::map;
|
||||||
using std::set;
|
using std::set;
|
||||||
|
using std::vector;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // STLCOMPAT_H
|
#endif // STLCOMPAT_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user