mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Make all include paths relative to a root directory:
* Better include path support in the VSProject scons tool. * Various manual fixes to include paths.
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
//==============================================================================
|
||||
|
||||
#if BEAST_INCLUDE_BEASTCONFIG
|
||||
#include "../../../BeastConfig.h"
|
||||
#include <BeastConfig.h>
|
||||
#endif
|
||||
|
||||
#include "../../unit_test/suite.h"
|
||||
#include <beast/unit_test/suite.h>
|
||||
|
||||
#include "../shared_handler.h"
|
||||
#include <beast/asio/shared_handler.h>
|
||||
|
||||
// Disables is_constructible tests for std::function
|
||||
// Visual Studio std::function fails the is_constructible tests
|
||||
|
||||
Reference in New Issue
Block a user