diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-04-29 23:51:32 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-04-29 23:51:32 +0200 |
commit | 28d244631d10d10d813e068605b2aeda0e49e36e (patch) | |
tree | 1d5f513f111b7932158296cc5d3e93f8f310673a /src | |
parent | 65f219594d16bac119e50ac882139f5b1461b1e3 (diff) | |
download | biboumi-28d244631d10d10d813e068605b2aeda0e49e36e.tar.gz biboumi-28d244631d10d10d813e068605b2aeda0e49e36e.tar.bz2 biboumi-28d244631d10d10d813e068605b2aeda0e49e36e.tar.xz biboumi-28d244631d10d10d813e068605b2aeda0e49e36e.zip |
Add missing std::string_literals
Diffstat (limited to 'src')
-rw-r--r-- | src/network/socket_handler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/socket_handler.cpp b/src/network/socket_handler.cpp index f1b70be..2348faa 100644 --- a/src/network/socket_handler.cpp +++ b/src/network/socket_handler.cpp @@ -17,6 +17,8 @@ #include <iostream> +using namespace std::string_literals; + #ifndef UIO_FASTIOV # define UIO_FASTIOV 8 #endif |