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 <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
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

+1-1
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)