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>
|
||||
|
||||
// VFALCO: TODO, fix this for Linux builds
|
||||
// Forward declaration
|
||||
/*
|
||||
namespace boost {
|
||||
namespace filesystem {
|
||||
class path;
|
||||
}
|
||||
}
|
||||
*/
|
||||
#include <boost/filesystem.hpp> // unfortunately needed to compile
|
||||
|
||||
// Ensure that we don't get value.h without writer.h
|
||||
#include "../json/json.h"
|
||||
|
||||
Reference in New Issue
Block a user