diff options
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h index aa50941..794e35e 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -26,9 +26,11 @@ | |||
26 | 26 | ||
27 | #include "resourceaccess.h" | 27 | #include "resourceaccess.h" |
28 | #include "resultset.h" | 28 | #include "resultset.h" |
29 | #include "domainadaptor.h" | 29 | #include "domaintypeadaptorfactoryinterface.h" |
30 | #include "storage.h" | ||
30 | 31 | ||
31 | namespace Akonadi2 { | 32 | namespace Akonadi2 { |
33 | |||
32 | /** | 34 | /** |
33 | * Default facade implementation for resources that are implemented in a separate process using the ResourceAccess class. | 35 | * Default facade implementation for resources that are implemented in a separate process using the ResourceAccess class. |
34 | * | 36 | * |