We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eac6d3 + 7b03373 commit 1548df6Copy full SHA for 1548df6
1 file changed
include/xtensor-python/pycontainer.hpp
@@ -29,6 +29,9 @@
29
// Required because pyconfig.hpp defines copysign to _copysign
30
#undef copysign
31
32
+// TODO: remove this workaround when xtensor 0.18 is released
33
+#include "xtl/xmeta_utils.hpp"
34
+
35
#include <cmath>
36
#include "xtensor/xcontainer.hpp"
37
0 commit comments