mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 03:01:15 +00:00
Update STL compat
This commit is contained in:
parent
a03cd26da5
commit
a7ce12c161
@ -11,10 +11,12 @@
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <pair>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
using std::list;
|
||||
using std::map;
|
||||
using std::pair;
|
||||
using std::set;
|
||||
using std::vector;
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user