diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:43:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:43:48 +0100 |
commit | 60cb0a4607e8fe0317920d7c3d110f508186859e (patch) | |
tree | 02717ff5991b96ba29880acace329c811d0ba562 /common/synchronizer.h | |
parent | b5025add2b4512d9a0da575dfec275e868541e55 (diff) | |
download | sink-60cb0a4607e8fe0317920d7c3d110f508186859e.tar.gz sink-60cb0a4607e8fe0317920d7c3d110f508186859e.zip |
Missed one include
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 4240782..120a8a5 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | #include <QObject> | 23 | #include <QObject> |
24 | #include <Async/Async> | 24 | #include <KAsync/Async> |
25 | #include <domainadaptor.h> | 25 | #include <domainadaptor.h> |
26 | #include <query.h> | 26 | #include <query.h> |
27 | #include <messagequeue.h> | 27 | #include <messagequeue.h> |