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
  • Loading branch information
addaleax committed Jul 21, 2018
1 parent 9466865 commit a3ee8fa
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 a3ee8fa

Please sign in to comment.