diff --git a/paddle/fluid/operators/increment_op.cu b/paddle/fluid/operators/increment_op.cu index 0b6cb1fc853d00a8cb92d8a21ff687d019554be0..7ef688ca1dd462123c94cd565147bb85f26caf74 100644 --- a/paddle/fluid/operators/increment_op.cu +++ b/paddle/fluid/operators/increment_op.cu @@ -12,8 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "paddle/fluid/operators/minus_op.h" +#include "paddle/fluid/operators/increment_op.h" +namespace ops = paddle::operators; REGISTER_OP_CUDA_KERNEL( increment, ops::IncrementKernel, ops::IncrementKernel,