diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu index adc1dbb12cb9..f20a014944eb 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu +++ b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu @@ -23,7 +23,7 @@ * \brief GPU Implementation of basic functions for elementwise binary broadcast operator. */ #include "./elemwise_unary_op.h" -#include "./elemwise_binary_op.h" +#include "./elemwise_binary_op-inl.h" #include "./elemwise_binary_broadcast_op.h" namespace mxnet {