From 6673fb05658217043869e4133eb112519fa73dc0 Mon Sep 17 00:00:00 2001 From: Wojciech Uss Date: Wed, 2 Dec 2020 09:13:03 +0100 Subject: [PATCH] change import math.h to cmath (#29260) --- paddle/fluid/memory/allocation/best_fit_allocator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/memory/allocation/best_fit_allocator.cc b/paddle/fluid/memory/allocation/best_fit_allocator.cc index e725a215ffa..800f8300f7e 100644 --- a/paddle/fluid/memory/allocation/best_fit_allocator.cc +++ b/paddle/fluid/memory/allocation/best_fit_allocator.cc @@ -13,7 +13,7 @@ // limitations under the License. #include "paddle/fluid/memory/allocation/best_fit_allocator.h" -#include +#include namespace paddle { namespace memory { -- GitLab