change import math.h to cmath (#29260)

revert-31562-mean
Wojciech Uss 5 years ago committed by GitHub
parent 7584bb5096
commit 6673fb0565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@
// limitations under the License.
#include "paddle/fluid/memory/allocation/best_fit_allocator.h"
#include <math.h>
#include <cmath>
namespace paddle {
namespace memory {

Loading…
Cancel
Save