Update STL compat

This commit is contained in:
Christian Semmler 2024-02-23 09:49:10 -05:00
parent a03cd26da5
commit a7ce12c161

View File

@ -11,10 +11,12 @@
#include <algorithm> #include <algorithm>
#include <list> #include <list>
#include <map> #include <map>
#include <pair>
#include <set> #include <set>
#include <vector> #include <vector>
using std::list; using std::list;
using std::map; using std::map;
using std::pair;
using std::set; using std::set;
using std::vector; using std::vector;
#endif #endif