Skip to content

Commit 3f66e7d

Browse files
authored
add cmath header for bfloat (#31792)
1 parent 4046f13 commit 3f66e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/platform/bfloat16.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <stdint.h>
1818

19+
#include <cmath>
1920
#include <cstring>
2021
#include <iostream>
2122
#include <limits>

0 commit comments

Comments
 (0)