From 59e5b4095d2959ac8901377710a85c19829d7536 Mon Sep 17 00:00:00 2001 From: liuwei1031 <46661762+liuwei1031@users.noreply.github.com> Date: Thu, 10 Oct 2019 19:48:54 +0800 Subject: [PATCH] fix conv_op compilation issue on windows (#20285) --- paddle/fluid/operators/conv_cudnn_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/operators/conv_cudnn_helper.h b/paddle/fluid/operators/conv_cudnn_helper.h index 5f52042419d..3679aeb1b0c 100644 --- a/paddle/fluid/operators/conv_cudnn_helper.h +++ b/paddle/fluid/operators/conv_cudnn_helper.h @@ -14,6 +14,7 @@ limitations under the License. */ #pragma once +#include #include #include #include "paddle/fluid/framework/operator_kernel_configs.h" -- GitLab