attempt to fix apple clang build

our apple travis build complains about std::div
This commit is contained in:
gfgtdf 2017-10-29 02:20:09 +02:00 committed by GitHub
parent 8e5e911f67
commit 7ee39bfc1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@
#include "utils/functional.hpp"
#include "utils/math.hpp"
#include <cstdlib>
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__
#define LOG_HEADER LOG_SCOPE_HEADER + ':'