Skip to content

Commit

Permalink
attempt to fix apple clang build
Browse files Browse the repository at this point in the history
our apple travis build complains about std::div
  • Loading branch information
gfgtdf committed Oct 29, 2017
1 parent 8e5e911 commit 7ee39bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/widgets/slider_base.cpp
Expand Up @@ -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 + ':'

Expand Down

0 comments on commit 7ee39bf

Please sign in to comment.