diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-20 15:25:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:50 +0200 |
commit | 9a03eb1a54c6289773bc1b8eb96181ed01553927 (patch) | |
tree | d820cd37e774f7b4404bd4994b627a02f8652a44 /common/synchronizer.h | |
parent | da0c37dbad121252effa85941de4d49222176179 (diff) | |
download | sink-9a03eb1a54c6289773bc1b8eb96181ed01553927.tar.gz sink-9a03eb1a54c6289773bc1b8eb96181ed01553927.zip |
TypeImplementation cleanup
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 0a1efe1..12bb587 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <query.h> | 26 | #include <query.h> |
27 | #include <messagequeue.h> | 27 | #include <messagequeue.h> |
28 | #include <storage.h> | 28 | #include <storage.h> |
29 | #include <storage/entitystore.h> | ||
29 | 30 | ||
30 | namespace Sink { | 31 | namespace Sink { |
31 | class RemoteIdMap; | 32 | class RemoteIdMap; |