diff --git a/network.hpp b/network.hpp index 09226e7..e4feeda 100644 --- a/network.hpp +++ b/network.hpp @@ -1,17 +1,18 @@ #ifndef NETWORK_HPP #define NETWORK_HPP +#include + #ifdef _WIN32 -#include #include +#include using string = std::wstring; #else #include -#include using string = std::string;