Skip to content

Commit ff8a858

Browse files
committed
Be compatible to boost 1.90
1 parent 7a8b1f5 commit ff8a858

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ find_package(Boost 1.56
8585
COMPONENTS
8686
unit_test_framework
8787
filesystem
88-
system
8988
program_options
9089
${boost_python_component}
9190
REQUIRED
@@ -185,7 +184,6 @@ target_link_libraries(ReadoutCard
185184
PRIVATE
186185
pda::pda
187186
Boost::filesystem
188-
Boost::system
189187
pthread
190188
)
191189

src/Pda/Util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "Pda/PdaLock.h"
2525
#include "ReadoutCard/CardDescriptor.h"
2626
#include "ReadoutCard/Logger.h"
27+
#include <boost/range/iterator_range.hpp>
2728

2829
namespace bfs = boost::filesystem;
2930

0 commit comments

Comments
 (0)