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

@@ -72,6 +72,7 @@
#include "cvfqtPerformanceInfoHud.h"
#include "cvfqtUtils.h"
#include <cmath>
#include <QDebug>
#include <QHBoxLayout>
#include <QInputEvent>