This commit is contained in:
Chris Beck 2014-06-25 11:59:10 -04:00
parent d361b68277
commit 7be3abcc0a

View file

@ -45,8 +45,8 @@
#include <cassert> // for assert
#include <cstdlib> // for atoi
#include <ctime> // for time, NULL
#include <map> // for map<>::mapped_type
#include <ostream> // for operator<<, basic_ostream, etc
#include <vector> // for vector
static lg::log_domain log_network("network");
#define ERR_NW LOG_STREAM(err, log_network)