summaryrefslogtreecommitdiffstats
path: root/src/Viewer
diff options
context:
space:
mode:
Diffstat (limited to 'src/Viewer')
-rw-r--r--src/Viewer/studio3d/q3dsimagesequencegeneratorthread.cpp2
-rw-r--r--src/Viewer/studio3d/q3dsimagesequencegeneratorthread_p.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/Viewer/studio3d/q3dsimagesequencegeneratorthread.cpp b/src/Viewer/studio3d/q3dsimagesequencegeneratorthread.cpp
index 69e5dc60..40bb95b9 100644
--- a/src/Viewer/studio3d/q3dsimagesequencegeneratorthread.cpp
+++ b/src/Viewer/studio3d/q3dsimagesequencegeneratorthread.cpp
@@ -38,6 +38,8 @@
#include <QtGui/qopenglframebufferobject.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qdir.h>
+#include <QtCore/qdebug.h>
+#include <QtCore/qmath.h>
bool Q3DSImageSequenceGeneratorThread::initialize(
const QString &presentation, qreal start, qreal end, qreal fps, qreal frameInterval,
diff --git a/src/Viewer/studio3d/q3dsimagesequencegeneratorthread_p.h b/src/Viewer/studio3d/q3dsimagesequencegeneratorthread_p.h
index 77fb1b49..45869a69 100644
--- a/src/Viewer/studio3d/q3dsimagesequencegeneratorthread_p.h
+++ b/src/Viewer/studio3d/q3dsimagesequencegeneratorthread_p.h
@@ -43,6 +43,7 @@
#include <QtStudio3D/qstudio3dglobal.h>
#include <QtCore/qthread.h>
+#include <QtCore/qurl.h>
QT_BEGIN_NAMESPACE