mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +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:
@@ -24,10 +24,10 @@
|
||||
#ifndef BEAST_STRINGS_STRINGCHARPOINTERTYPE_H_INCLUDED
|
||||
#define BEAST_STRINGS_STRINGCHARPOINTERTYPE_H_INCLUDED
|
||||
|
||||
#include "../Config.h"
|
||||
#include "CharPointer_UTF8.h"
|
||||
#include "CharPointer_UTF16.h"
|
||||
#include "CharPointer_UTF32.h"
|
||||
#include <beast/Config.h>
|
||||
#include <beast/strings/CharPointer_UTF8.h>
|
||||
#include <beast/strings/CharPointer_UTF16.h>
|
||||
#include <beast/strings/CharPointer_UTF32.h>
|
||||
|
||||
namespace beast {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user