Skip to content

Commit fd98b45

Browse files
committed
fixup! VectorTypedData : Support Python buffer protocol
1 parent 5ff81f9 commit fd98b45

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

include/IECorePython/VectorTypedDataBinding.inl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,15 @@
3636
#define IECOREPYTHON_VECTORTYPEDDATABINDING_INL
3737

3838
#include "boost/python.hpp"
39-
#include "Python.h"
4039

4140
#include "IECorePython/IECoreBinding.h"
4241
#include "IECorePython/RunTimeTypedBinding.h"
4342
#include "IECorePython/VectorTypedDataBinding.h"
4443

45-
#include "IECore/MessageHandler.h"
46-
#include "IECore/TypeTraits.h"
47-
4844
#include "boost/numeric/conversion/cast.hpp"
49-
5045
#include "boost/python/suite/indexing/container_utils.hpp"
5146

5247
#include <sstream>
53-
#include <typeindex>
5448

5549
namespace IECorePython
5650
{

src/IECorePython/VectorTypedDataBinding.cpp

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

5050
#include "IECore/DataAlgo.h"
5151
#include "IECore/Export.h"
52+
#include "IECore/TypeTraits.h"
5253
#include "IECore/VectorTypedData.h"
5354

5455
IECORE_PUSH_DEFAULT_VISIBILITY

0 commit comments

Comments
 (0)