Skip to content

Commit e297384

Browse files
committed
dtoolbase: Add missing cmath include
1 parent e574964 commit e297384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dtoolbase/pdtoa.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ THE SOFTWARE.
2727
#include <math.h>
2828
#include <stdint.h>
2929
#include <string.h>
30+
#include <cmath>
3031

3132
#if defined(_MSC_VER)
3233
#include <intrin.h>

0 commit comments

Comments
 (0)