Skip to content

Commit c8f9a55

Browse files
Merge pull request #1500 from murraystevenson/boost185
Boost 1.85 Compatibility
2 parents c49955a + e1da5d6 commit c8f9a55

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
10.6.x.x (relative to 10.6.2.0)
22
========
33

4+
Fixes
5+
-----
46

7+
- Boost : Fixed compatibility with Boost 1.85.
58

69
10.6.2.0 (relative to 10.6.1.0)
710
========

include/IECorePython/VectorTypedDataBinding.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include "IECorePython/IECoreBinding.h"
4141
#include "IECorePython/RunTimeTypedBinding.h"
4242

43+
#include "boost/numeric/conversion/cast.hpp"
4344
#include "boost/python/suite/indexing/container_utils.hpp"
4445

4546
#include <sstream>

src/IECore/FileSequenceFunctions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
#include "boost/algorithm/string.hpp"
4545
#include "boost/filesystem/convenience.hpp"
46+
#include "boost/filesystem/directory.hpp"
4647
#include "boost/filesystem/operations.hpp"
4748
#include "boost/filesystem/path.hpp"
4849
#include "boost/format.hpp"

src/IECoreGL/Selector.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
#include "IECore/Exception.h"
5353
#include "IECore/MessageHandler.h"
5454

55-
#include "boost/format.hpp"
56-
#include "boost/timer.hpp"
57-
5855
using namespace IECoreGL;
5956

6057
//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)