Declare more common types in the global scope

This should had gone before the prior commit
This commit is contained in:
Kawe Mazidjatari 2022-05-30 01:50:53 +02:00
parent 399131d57d
commit b3583cf005

View File

@ -6,6 +6,8 @@ using std::pair;
using std::regex;
using std::string;
using std::wstring;
using std::u16string;
using std::u32string;
using std::vector;
using std::fstream;
using std::ifstream;