summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneformats/assimp/ailoaderiostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneformats/assimp/ailoaderiostream.h')
-rw-r--r--src/plugins/sceneformats/assimp/ailoaderiostream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/sceneformats/assimp/ailoaderiostream.h b/src/plugins/sceneformats/assimp/ailoaderiostream.h
index 5444c6616..b74d8c16e 100644
--- a/src/plugins/sceneformats/assimp/ailoaderiostream.h
+++ b/src/plugins/sceneformats/assimp/ailoaderiostream.h
@@ -42,10 +42,13 @@
#ifndef AILOADERIOSTREAM_H
#define AILOADERIOSTREAM_H
+#include <QtGlobal>
#include "IOStream.h"
#include "IOSystem.h"
+QT_BEGIN_NAMESPACE
class QIODevice;
+QT_END_NAMESPACE
class AiLoaderIOStream : public Assimp::IOStream
{