forked from organicmaps/organicmaps
Fix build
Without this modification, the build barfs on using fabs() on Linux 4.10, glibc 2.25, clang 4.0 Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
This commit is contained in:
parent
c8d09d4c30
commit
499ad69e62
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "base/assert.hpp"
|
||||
|
||||
#include "std/algorithm.hpp"
|
||||
#include "std/cmath.hpp"
|
||||
#include "std/cstdint.hpp"
|
||||
#include "std/limits.hpp"
|
||||
#include "std/set.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue