fixed: add missing cmath include statements

highlighted by building with gcc6
This commit is contained in:
Arne Morten Kvarving
2017-09-29 17:56:41 +02:00
parent 1c2466fa85
commit ab4619bf74
5 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include <QColor>
#include <algorithm>
#include <cmath>
namespace caf {
template<>