Add <cmath> include. Will hopefully help #10046

This commit is contained in:
Henrik Rydgård 2017-11-05 10:11:00 +01:00
parent d670948ad2
commit eb300d715c

View file

@ -18,6 +18,7 @@
#include <algorithm>
#include <sstream>
#include <cassert>
#include <cmath>
#include "ext/native/thin3d/thin3d.h"
#include "base/timeutil.h"