We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff81f9 commit fd98b45Copy full SHA for fd98b45
2 files changed
include/IECorePython/VectorTypedDataBinding.inl
@@ -36,21 +36,15 @@
36
#define IECOREPYTHON_VECTORTYPEDDATABINDING_INL
37
38
#include "boost/python.hpp"
39
-#include "Python.h"
40
41
#include "IECorePython/IECoreBinding.h"
42
#include "IECorePython/RunTimeTypedBinding.h"
43
#include "IECorePython/VectorTypedDataBinding.h"
44
45
-#include "IECore/MessageHandler.h"
46
-#include "IECore/TypeTraits.h"
47
-
48
#include "boost/numeric/conversion/cast.hpp"
49
50
#include "boost/python/suite/indexing/container_utils.hpp"
51
52
#include <sstream>
53
-#include <typeindex>
54
55
namespace IECorePython
56
{
src/IECorePython/VectorTypedDataBinding.cpp
@@ -49,6 +49,7 @@
#include "IECore/DataAlgo.h"
#include "IECore/Export.h"
+#include "IECore/TypeTraits.h"
#include "IECore/VectorTypedData.h"
IECORE_PUSH_DEFAULT_VISIBILITY
0 commit comments