Add missing std::string_literals
1 files changed, 2 insertions(+), 0 deletions(-) M src/network/socket_handler.cpp
M src/network/socket_handler.cpp => src/network/socket_handler.cpp +2 -0
@@ 17,6 17,8 @@ #include <iostream> +using namespace std::string_literals; + #ifndef UIO_FASTIOV # define UIO_FASTIOV 8 #endif