Skip to content

Commit f6606bf

Browse files
addaleaxtargos
authored andcommitted
src: add missing cmath include to traced_value.cc
Fixes: #21903 PR-URL: #21924 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
1 parent af6b824 commit f6606bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracing/traced_value.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "tracing/traced_value.h"
66

7-
#include <math.h>
7+
#include <cmath>
88
#include <sstream>
99
#include <stdio.h>
1010
#include <string>

0 commit comments

Comments
 (0)