Add missing locale include, fixes #281

This commit is contained in:
Peter Thorson
2013-07-27 11:27:26 -05:00
parent 3bab403c1b
commit 485304b438
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
HEAD
- Add missing locale include. Thank you Toninoso for reporting this. #281
- Refactors `asio_transport` endpoint and adds full documentation and exception
free varients of all methods.
- Removes `asio_transport` endpoint method cancel(). Use `stop_listen()` instead

View File

@@ -32,6 +32,7 @@
#include <algorithm>
#include <string>
#include <locale>
namespace websocketpp {
/// Generic non-websocket specific utility functions and data structures