Skip to content

Commit ef8f531

Browse files
committed
update xtensor includes in test
1 parent 2a7a16f commit ef8f531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rcpp_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#include "xtensor-r/rcontainer.hpp"
1414
#include "xtensor-r/rarray.hpp"
15-
#include "xtensor/xmath.hpp"
16-
#include "xtensor/xio.hpp"
15+
#include "xtensor/core/xmath.hpp"
16+
#include "xtensor/io/xio.hpp"
1717

1818
// [[Rcpp::export]]
1919
int modify_cpp(xt::rarray<double>& x)

0 commit comments

Comments
 (0)