summaryrefslogtreecommitdiffstats
path: root/src/dm/systems
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-06-11 10:01:24 +0300
committerAntti Määttä <antti.maatta@qt.io>2019-06-11 12:18:28 +0300
commita06fe056604b38d52ebca44d52b87f736b483649 (patch)
tree5b9850e93458b78474cad8149c034d0bdf82a408 /src/dm/systems
parent17be624891943ef0f0fd24bf11cb0db23e142878 (diff)
Fix editor build on mingw
Task-number: QT3DS-3659 Change-Id: Ie3f4f9fd6712f858942e9c294a49af2b561bbd77 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/dm/systems')
-rw-r--r--src/dm/systems/Qt3DSDMStringTable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dm/systems/Qt3DSDMStringTable.h b/src/dm/systems/Qt3DSDMStringTable.h
index 7f1e945..fb38b0b 100644
--- a/src/dm/systems/Qt3DSDMStringTable.h
+++ b/src/dm/systems/Qt3DSDMStringTable.h
@@ -31,6 +31,7 @@
#define QT3DS_IMPORT_STRINGTABLE_H
#include <string>
+#include <memory>
#include <EABase/eabase.h>
#include "foundation/Qt3DSPreprocessor.h"