From 485304b438b2f82f8434b4a475e58a526c88eb80 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 27 Jul 2013 11:27:26 -0500 Subject: [PATCH] Add missing locale include, fixes #281 --- changelog.md | 1 + websocketpp/utilities.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index f7cc10eb3f..f2399d1112 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/websocketpp/utilities.hpp b/websocketpp/utilities.hpp index d5ad902dd3..07745661a7 100644 --- a/websocketpp/utilities.hpp +++ b/websocketpp/utilities.hpp @@ -32,6 +32,7 @@ #include #include +#include namespace websocketpp { /// Generic non-websocket specific utility functions and data structures