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: nodejs#21903

PR-URL: nodejs#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]>
  • Loading branch information
addaleax committed Jul 26, 2018
1 parent 0f3c2c6 commit 2db74f2
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 2db74f2

Please sign in to comment.