Skip to content

Commit

Permalink
src: add missing cmath include to traced_value.cc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
addaleax authored and targos committed Jul 26, 2018
1 parent af6b824 commit f6606bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracing/traced_value.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "tracing/traced_value.h"

#include <math.h>
#include <cmath>
#include <sstream>
#include <stdio.h>
#include <string>
Expand Down

0 comments on commit f6606bf

Please sign in to comment.