mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Unity fixes for Linux build
This commit is contained in:
@@ -7,12 +7,16 @@
|
|||||||
|
|
||||||
#include <boost/thread/recursive_mutex.hpp>
|
#include <boost/thread/recursive_mutex.hpp>
|
||||||
|
|
||||||
|
// VFALCO: TODO, fix this for Linux builds
|
||||||
// Forward declaration
|
// Forward declaration
|
||||||
|
/*
|
||||||
namespace boost {
|
namespace boost {
|
||||||
namespace filesystem {
|
namespace filesystem {
|
||||||
class path;
|
class path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
#include <boost/filesystem.hpp> // unfortunately needed to compile
|
||||||
|
|
||||||
// Ensure that we don't get value.h without writer.h
|
// Ensure that we don't get value.h without writer.h
|
||||||
#include "../json/json.h"
|
#include "../json/json.h"
|
||||||
|
|||||||
@@ -697,7 +697,7 @@ BOOST_AUTO_TEST_CASE( SHAMapSync_test )
|
|||||||
destination.clearSynching();
|
destination.clearSynching();
|
||||||
|
|
||||||
#ifdef SMS_DEBUG
|
#ifdef SMS_DEBUG
|
||||||
WriteLog (lsINFO) << "SYNCHING COMPLETE " << items << " items, " << nodes << " nodes, " <<
|
WriteLog (lsINFO, SHAMap) << "SYNCHING COMPLETE " << items << " items, " << nodes << " nodes, " <<
|
||||||
bytes / 1024 << " KB";
|
bytes / 1024 << " KB";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -708,7 +708,7 @@ BOOST_AUTO_TEST_CASE( SHAMapSync_test )
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SMS_DEBUG
|
#ifdef SMS_DEBUG
|
||||||
WriteLog (lsINFO) << "SHAMapSync test passed: " << items << " items, " <<
|
WriteLog (lsINFO, SHAMap) << "SHAMapSync test passed: " << items << " items, " <<
|
||||||
passes << " passes, " << nodes << " nodes";
|
passes << " passes, " << nodes << " nodes";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user