attempt to fix apple clang build
our apple travis build complains about std::div
This commit is contained in:
parent
8e5e911f67
commit
7ee39bfc1a
1 changed files with 2 additions and 0 deletions
|
@ -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 + ':'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue