mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Beast.WebSocket:
Beast.WebSocket provides developers with a robust WebSocket implementation built on Boost.Asio with a consistent asynchronous model using a modern C++ approach.
This commit is contained in:
@@ -19,17 +19,9 @@
|
||||
|
||||
#if ! BEAST_COMPILE_OBJECTIVE_CPP
|
||||
|
||||
/* This file includes all of the beast sources needed to link.
|
||||
By including them here, we avoid having to muck with the SConstruct
|
||||
Makefile, Project file, or whatever.
|
||||
*/
|
||||
|
||||
// MUST come first!
|
||||
#include <BeastConfig.h>
|
||||
|
||||
// Include this to get all the basic includes included, to prevent errors
|
||||
#include <ripple/beast/core/core.unity.cpp>
|
||||
|
||||
#include <beast/unit_test/define_print.cpp>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user