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:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "../Sha256.h"
|
||||
#include <beast/crypto/Sha256.h>
|
||||
|
||||
namespace beast {
|
||||
namespace Sha256 {
|
||||
@@ -39,7 +39,7 @@ namespace Sha256 {
|
||||
//#define SHA2_USE_INTTYPES_H
|
||||
|
||||
namespace detail {
|
||||
#include "sha2/sha2.c"
|
||||
#include <beast/crypto/impl/sha2/sha2.c>
|
||||
}
|
||||
|
||||
Context::Context ()
|
||||
|
||||
Reference in New Issue
Block a user