mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Add missing beast includes
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <beast/asio/buffer_sequence.h>
|
#include <beast/asio/buffer_sequence.h>
|
||||||
#include <beast/asio/shared_handler.h>
|
#include <beast/asio/shared_handler.h>
|
||||||
|
#include <boost/asio/io_service.hpp>
|
||||||
#include <boost/asio/socket_base.hpp>
|
#include <boost/asio/socket_base.hpp>
|
||||||
#include <boost/asio/ssl/stream_base.hpp>
|
#include <boost/asio/ssl/stream_base.hpp>
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,9 @@
|
|||||||
#define BEAST_ASIO_HANDSHAKE_INPUTPARSER_H_INCLUDED
|
#define BEAST_ASIO_HANDSHAKE_INPUTPARSER_H_INCLUDED
|
||||||
|
|
||||||
#include <beast/module/asio/basics/FixedInputBuffer.h>
|
#include <beast/module/asio/basics/FixedInputBuffer.h>
|
||||||
|
#include <beast/strings/String.h>
|
||||||
|
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
namespace beast {
|
namespace beast {
|
||||||
namespace asio {
|
namespace asio {
|
||||||
|
|||||||
Reference in New Issue
Block a user