From e03c1d8a9e250fd6384b74dd3a1b1d5da406084a Mon Sep 17 00:00:00 2001 From: liuwei1031 <46661762+liuwei1031@users.noreply.github.com> Date: Wed, 9 Oct 2019 13:59:18 +0800 Subject: [PATCH] fix conv_op compilation issue on windows (#20230) --- 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