We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3586fcb commit db1093dCopy full SHA for db1093d
include/eigenpy/numpy.hpp
@@ -5,7 +5,7 @@
5
#ifndef __eigenpy_numpy_hpp__
6
#define __eigenpy_numpy_hpp__
7
8
-#include "eigenpy/fwd.hpp"
+#include "eigenpy/config.hpp"
9
10
#ifndef PY_ARRAY_UNIQUE_SYMBOL
11
#define PY_ARRAY_UNIQUE_SYMBOL EIGENPY_ARRAY_API
@@ -50,6 +50,8 @@ static inline void _Py_SET_TYPE(PyObject* o, PyTypeObject* type) {
50
#define EIGENPY_GET_PY_ARRAY_TYPE(array) PyArray_MinScalarType(array)->type_num
51
#endif
52
53
+#include <complex>
54
+
55
namespace eigenpy {
56
void EIGENPY_DLLAPI import_numpy();
57
int EIGENPY_DLLAPI PyArray_TypeNum(PyTypeObject* type);
0 commit comments