fixed: add missing cmath include statements

highlighted by building with gcc6
This commit is contained in:
Arne Morten Kvarving
2017-09-29 18:24:28 +02:00
parent 1c2466fa85
commit ab4619bf74
5 changed files with 6 additions and 0 deletions
@@ -30,6 +30,7 @@
#include <QColor>
#include <algorithm>
#include <cmath>
namespace caf {
template<>