Skip to content
Commit 8f54d060 authored by Armin K's avatar Armin K
Browse files

Fix building on Linux with clang/libc++

libc++ ships modified version of stdlib.h which
doesn't include std::abs definition. Use cmath,
which contains std::abs on both libc++ and libstdc++
systems
parent 2efff0f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment