Skip to content

Commit 34d7525

Browse files
0-wiz-0targos
authored andcommitted
src: fix build on NetBSD
Include missing cmath.h header. Fixes: #59714 PR-URL: #59718 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7bbbcf6 commit 34d7525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tracing/traced_value.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <unicode/utypes.h>
1010
#endif
1111

12+
#include <cmath>
1213
#include <sstream>
1314

1415
#include "node_metadata.h"

0 commit comments

Comments
 (0)