File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1110.6.x.x (relative to 10.6.2.0)
22========
33
4+ Fixes
5+ -----
46
7+ - Boost : Fixed compatibility with Boost 1.85.
58
6910.6.2.0 (relative to 10.6.1.0)
710========
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 5252#include " IECore/Exception.h"
5353#include " IECore/MessageHandler.h"
5454
55- #include " boost/format.hpp"
56- #include " boost/timer.hpp"
57-
5855using namespace IECoreGL ;
5956
6057// ////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments