diff options
author | Aleix Pol <aleixpol@kde.org> | 2014-03-03 18:44:41 +0100 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2014-04-26 14:11:15 +0200 |
commit | 24b697b225f063476025dfba9d182f6e2d2adbcb (patch) | |
tree | e388bd66db8dd5f5c4662d7e47aefe267fe7e724 /src | |
parent | aab92b7f8310da50dca077bc74e0a25686796560 (diff) | |
download | kconfig-24b697b225f063476025dfba9d182f6e2d2adbcb.tar.gz kconfig-24b697b225f063476025dfba9d182f6e2d2adbcb.tar.bz2 |
Clean up preprocessor definitions and includes from the root CMakeLists.txt
Required stopping to use some kde4support headers that were magically
injected.
Diffstat (limited to 'src')
-rw-r--r-- | src/kreadconfig/kreadconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kreadconfig/kreadconfig.cpp b/src/kreadconfig/kreadconfig.cpp index 44bcbacd..532d0771 100644 --- a/src/kreadconfig/kreadconfig.cpp +++ b/src/kreadconfig/kreadconfig.cpp @@ -44,6 +44,7 @@ #include <KConfig> #include <KConfigGroup> +#include <KSharedConfig> #include <KAboutData> #include <KLocalizedString> #include <QCommandLineParser> |