fixed reference to DBL_MAX

This commit is contained in:
itsmattkc
2020-02-01 21:35:30 +11:00
parent 4213209727
commit 42989994ca
2 changed files with 2 additions and 1 deletions
@@ -1,5 +1,6 @@
#include "timelinescaledobject.h"
#include <cfloat>
#include <QtMath>
TimelineScaledObject::TimelineScaledObject() :
+1 -1
View File
@@ -20,7 +20,7 @@
#include "widget/timelinewidget/timelinewidget.h"
#include <float.h>
#include <cfloat>
#include "common/range.h"
#include "node/block/transition/transition.h"