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:
Bernhard Rosenkränzer 2017-03-16 23:30:05 +01:00 committed by Sergey Yershov
parent c8d09d4c30
commit 499ad69e62

View file

@ -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"