summaryrefslogtreecommitdiff
path: root/src/controls/plugin.cpp
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@qt.io>2020-03-23 14:44:20 +0100
committerJan Arve Saether <jan-arve.saether@qt.io>2020-03-27 12:14:55 +0100
commit0f3d4118e607a6b8b4d1090489a2277f33019a05 (patch)
tree6a2ec4f5be8df241ea14ab79fc53eb28b559afe7 /src/controls/plugin.cpp
parente472d9e935238cf097ac1df3726e2da3e2fdcb46 (diff)
downloadqtquickcontrols-0f3d4118e607a6b8b4d1090489a2277f33019a05.tar.gz
Add missing includes
Change-Id: I9ad8cdc6b603896932619aba8afbef6ab12717ed Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/controls/plugin.cpp')
-rw-r--r--src/controls/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp
index 446357aa..529fb96d 100644
--- a/src/controls/plugin.cpp
+++ b/src/controls/plugin.cpp
@@ -65,6 +65,7 @@
#include "Private/qquickstyleitem_p.h"
#endif
+#include <QtCore/qfile.h>
#ifndef QT_NO_TRANSLATION
#include <QtCore/qcoreapplication.h>
#include <QtCore/qlibraryinfo.h>