diff --git a/examples/wsperf/wsperf.cpp b/examples/wsperf/wsperf.cpp index 021e29f6ff..cbd4bf560b 100644 --- a/examples/wsperf/wsperf.cpp +++ b/examples/wsperf/wsperf.cpp @@ -45,7 +45,7 @@ #define WSPERF_CONFIG "~/.wsperf" #endif -static const std::string user_agent = "wsperf/0.2.0dev WebSocket++/0.2.0dev"; +static const std::string user_agent = "wsperf/0.2.0dev "+websocketpp::USER_AGENT; using websocketpp::client; namespace po = boost::program_options;