src: add missing cmath include to traced_value.cc

Fixes: https://github.com/nodejs/node/issues/21903

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Anna Henningsen 2018-07-21 16:41:27 +02:00
parent 0f3c2c64d2
commit 2db74f20f3
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -4,7 +4,7 @@
#include "tracing/traced_value.h"
#include <math.h>
#include <cmath>
#include <sstream>
#include <stdio.h>
#include <string>