mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Move Beast & fix #include paths
This commit is contained in:
committed by
manojsdoshi
parent
11ca9a946c
commit
a01cadbfd5
@@ -5,9 +5,9 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <beast/unit_test/amount.hpp>
|
||||
#include <beast/unit_test/global_suites.hpp>
|
||||
#include <beast/unit_test/suite.hpp>
|
||||
#include <ripple/beast/unit_test/amount.hpp>
|
||||
#include <ripple/beast/unit_test/global_suites.hpp>
|
||||
#include <ripple/beast/unit_test/suite.hpp>
|
||||
#include <string>
|
||||
|
||||
// Include this .cpp in your project to gain access to the printing suite
|
||||
|
||||
Reference in New Issue
Block a user