mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
Fix boost headers included as user instead of system headers
In most of the project, boost headers are included as system headers. Fix the few inconsistent places where they aren't.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <memory>
|
||||
#include "boost/multi_index_container.hpp"
|
||||
#include "boost/multi_index/ordered_index.hpp"
|
||||
#include <boost/multi_index_container.hpp>
|
||||
#include <boost/multi_index/ordered_index.hpp>
|
||||
|
||||
class CBlockIndex;
|
||||
class CChainParams;
|
||||
|
Reference in New Issue
Block a user