mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add missing locale include, fixes #281
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <locale>
|
||||
|
||||
namespace websocketpp {
|
||||
/// Generic non-websocket specific utility functions and data structures
|
||||
|
||||
Reference in New Issue
Block a user