From e9370fe59fc0c630b1d7665e3b392ce574c0ba1c Mon Sep 17 00:00:00 2001 From: fengjiayi Date: Wed, 28 Mar 2018 11:51:38 +0800 Subject: [PATCH] fix compile bugs --- paddle/fluid/operators/increment_op.cu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddle/fluid/operators/increment_op.cu b/paddle/fluid/operators/increment_op.cu index 0b6cb1fc8..7ef688ca1 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, -- GitLab