Build fixes for mingw (#245)

This commit is contained in:
Anonymous Maarten
2023-10-25 01:24:29 +02:00
committed by GitHub
parent 4c5c709af6
commit e928fc9425
25 changed files with 64 additions and 42 deletions

View File

@@ -31,7 +31,8 @@ static class msVC6_4786WorkAround { public: msVC6_4786WorkAround() {} } msVC6_47
#include <algorithm>
#include <list>
#include <set>
using namespace std;
using std::list;
using std::set;
#endif
// We use `override` so newer compilers can tell us our vtables are valid,