Skip to content

Commit b5a8e0c

Browse files
chore: fix linux build
1 parent 36becec commit b5a8e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pal/src/cruntime/finite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Module Name:
1919
2020
--*/
2121

22+
#include <math.h>
2223
#include "pal/palinternal.h"
2324
#include "pal/dbgmsg.h"
24-
#include <math.h>
2525

2626
#if HAVE_IEEEFP_H
2727
#include <ieeefp.h>

0 commit comments

Comments
 (0)