Commit 982222e7 authored by Juraj Lutter's avatar Juraj Lutter Committed by Adam Cozzette

Include cmath instead of math.h

This fixes build on, at least, NetBSD 8.1 with gcc 5.5 and SmartOS with gcc 7.
parent 3a505c2d
......@@ -35,7 +35,7 @@
#include <google/protobuf/text_format.h>
#include <float.h>
#include <math.h>
#include <cmath>
#include <stdio.h>
#include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment