Add <cmath> include. Will hopefully help #10046
This commit is contained in:
parent
d670948ad2
commit
eb300d715c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <algorithm>
|
||||
#include <sstream>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
#include "ext/native/thin3d/thin3d.h"
|
||||
#include "base/timeutil.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue