mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix VS2012 compilation errors
This commit is contained in:
@@ -72,6 +72,7 @@ namespace boost {
|
|||||||
|
|
||||||
// RangeSet
|
// RangeSet
|
||||||
#include <boost/foreach.hpp>
|
#include <boost/foreach.hpp>
|
||||||
|
//#include <boost/icl/interval_set.hpp> // oof this one is ugly
|
||||||
|
|
||||||
// InstanceCounter
|
// InstanceCounter
|
||||||
//#include <string>
|
//#include <string>
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
@ingroup ripple_client
|
@ingroup ripple_client
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <set>
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <boost/asio/ssl.hpp>
|
#include <boost/asio/ssl.hpp>
|
||||||
@@ -32,7 +34,7 @@
|
|||||||
|
|
||||||
#include "../ripple_data/ripple_data.h"
|
#include "../ripple_data/ripple_data.h"
|
||||||
|
|
||||||
#include "src/cpp/ripple/ripple_InfoSub.h"
|
#include "src/cpp/ripple/ripple_InfoSub.h"
|
||||||
|
|
||||||
// Order and indentation reflect the hierarchy of dependencies
|
// Order and indentation reflect the hierarchy of dependencies
|
||||||
#include "src/cpp/ripple/ripple_HashedObject.h"
|
#include "src/cpp/ripple/ripple_HashedObject.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user