diff --git a/src/playturn.cpp b/src/playturn.cpp index ad77afc0ad4d..15e1f2efa719 100644 --- a/src/playturn.cpp +++ b/src/playturn.cpp @@ -45,8 +45,8 @@ #include // for assert #include // for atoi #include // for time, NULL -#include // for map<>::mapped_type #include // for operator<<, basic_ostream, etc +#include // for vector static lg::log_domain log_network("network"); #define ERR_NW LOG_STREAM(err, log_network)