Skip to content

Commit 128161d

Browse files
committed
update
1 parent 4804999 commit 128161d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

worldeditor/src/screens/scenecomposer/tools/movetool.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <QLineEdit>
44
#include <QDoubleValidator>
55

6+
#include <cfloat>
7+
68
#include <components/actor.h>
79
#include <components/transform.h>
810

worldeditor/src/screens/scenecomposer/tools/rotatetool.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <QLineEdit>
44
#include <QDoubleValidator>
55

6+
#include <cfloat>
7+
68
#include <components/actor.h>
79
#include <components/transform.h>
810
#include <components/camera.h>

worldeditor/src/screens/scenecomposer/tools/scaletool.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <QLineEdit>
44
#include <QDoubleValidator>
55

6+
#include <cfloat>
7+
68
#include <components/actor.h>
79
#include <components/transform.h>
810
#include <components/camera.h>

0 commit comments

Comments
 (0)