blob: abf3d406ce5e714249c5fb13f0626d38d5e14894 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/DkMath.h
+++ src/DkMath.h
@@ -29,6 +29,7 @@
#pragma warning(push, 0) // no warnings from includes - begin
#include <cmath>
+#include <float.h>
#include <QDebug>
#include <QPointF>
#include <QPolygonF>
|