mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 08:25:51 +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:
@@ -20,9 +20,9 @@
|
||||
#ifndef BEAST_UNIT_TEST_SUITE_LIST_H_INCLUDED
|
||||
#define BEAST_UNIT_TEST_SUITE_LIST_H_INCLUDED
|
||||
|
||||
#include "suite_info.h"
|
||||
#include <beast/unit_test/suite_info.h>
|
||||
|
||||
#include "../container/const_container.h"
|
||||
#include <beast/container/const_container.h>
|
||||
|
||||
#include <cassert>
|
||||
//#include <list>
|
||||
|
||||
Reference in New Issue
Block a user