aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigwatcher.h
diff options
context:
space:
mode:
authorDavid Edmundson <kde@davidedmundson.co.uk>2019-07-20 10:58:26 +0200
committerDavid Edmundson <kde@davidedmundson.co.uk>2019-07-20 10:58:26 +0200
commit978e6d49c78baab9b517469451bc10444fba58ac (patch)
treee9396429b983b5d3047dfc609d82dc90d124be3b /src/core/kconfigwatcher.h
parent4e9a1d034c8e8b70a1b559704345d634de53b37c (diff)
downloadkconfig-978e6d49c78baab9b517469451bc10444fba58ac.tar.gz
kconfig-978e6d49c78baab9b517469451bc10444fba58ac.tar.bz2
Include definition for class used in header
Diffstat (limited to 'src/core/kconfigwatcher.h')
-rw-r--r--src/core/kconfigwatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/kconfigwatcher.h b/src/core/kconfigwatcher.h
index 3c2178ac..3a446d8e 100644
--- a/src/core/kconfigwatcher.h
+++ b/src/core/kconfigwatcher.h
@@ -21,6 +21,7 @@
#define KCONFIGWATCHER_H
#include <QObject>
+#include <QSharedPointer>
#include <KSharedConfig>
#include <KConfigGroup>