From 5ac072caa242d7ecf724e0c3a23f4a7c477a3a1e Mon Sep 17 00:00:00 2001 From: Dan Raviv Date: Sat, 26 Aug 2017 21:09:00 +0300 Subject: 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. --- src/miner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/miner.h') diff --git a/src/miner.h b/src/miner.h index 6e5fe761db..abd2ff6199 100644 --- a/src/miner.h +++ b/src/miner.h @@ -11,8 +11,8 @@ #include #include -#include "boost/multi_index_container.hpp" -#include "boost/multi_index/ordered_index.hpp" +#include +#include class CBlockIndex; class CChainParams; -- cgit v1.2.3