From d54133ea85b586b7ddf337e9af08145c7eba5949 Mon Sep 17 00:00:00 2001 From: peizhilin Date: Tue, 8 Jan 2019 11:35:39 +0800 Subject: [PATCH] not include the numeric under linux test=develop --- paddle/fluid/platform/cuda_helper_test.cu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/fluid/platform/cuda_helper_test.cu b/paddle/fluid/platform/cuda_helper_test.cu index ff49b92ff55..9e3025bf30b 100644 --- a/paddle/fluid/platform/cuda_helper_test.cu +++ b/paddle/fluid/platform/cuda_helper_test.cu @@ -15,7 +15,9 @@ #include #include #include +#ifdef _WIN32 #include +#endif #include #define PADDLE_CUDA_FP16 -- GitLab