diff --git a/include/stdex/system.hpp b/include/stdex/system.hpp index 467d27420..81145f97c 100644 --- a/include/stdex/system.hpp +++ b/include/stdex/system.hpp @@ -16,6 +16,7 @@ #include "sal.hpp" #include #include +#include // In case somebody #included before us and didn't #define NOMINMAX #ifdef _WIN32 @@ -50,6 +51,11 @@ namespace stdex #define _T(x) x #endif + /// + /// String for system functions + /// + using sys_string = std::basic_string; + /// /// Operating system object (file, pipe, anything with an OS handle etc.) ///