diff --git a/libnd4j/blas/NDArray.h b/libnd4j/blas/NDArray.h index 403f8d71d..a55a10768 100644 --- a/libnd4j/blas/NDArray.h +++ b/libnd4j/blas/NDArray.h @@ -39,7 +39,7 @@ #include #include #include -#include +#include namespace nd4j { diff --git a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda/pom.xml b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda/pom.xml index d491f6d37..1c5b3ea5c 100644 --- a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda/pom.xml +++ b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda/pom.xml @@ -122,10 +122,13 @@ ${libnd4jhome}/include ${libnd4jhome}/include/helpers ${libnd4jhome}/include/array - ${libnd4jhome}/include/memory - ${libnd4jhome}/include/graph ${libnd4jhome}/include/cnpy + ${libnd4jhome}/include/execution + ${libnd4jhome}/include/exceptions + ${libnd4jhome}/include/graph ${libnd4jhome}/include/indexing + ${libnd4jhome}/include/memory + ${libnd4jhome}/include/performance ${libnd4jhome}/blasbuild/cuda/blas diff --git a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml index 44d416233..3b008222d 100644 --- a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml +++ b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml @@ -246,10 +246,13 @@ ${libnd4jhome}/include ${libnd4jhome}/include/helpers ${libnd4jhome}/include/array - ${libnd4jhome}/include/memory - ${libnd4jhome}/include/graph ${libnd4jhome}/include/cnpy + ${libnd4jhome}/include/execution + ${libnd4jhome}/include/exceptions + ${libnd4jhome}/include/graph ${libnd4jhome}/include/indexing + ${libnd4jhome}/include/memory + ${libnd4jhome}/include/performance ${libnd4jhome}/blasbuild/cpu/blas