diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-16 16:49:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-16 16:49:37 +0100 |
commit | aef2ebc45a30d3c3b15b630648e8b37a551ce1ef (patch) | |
tree | 7efb2d0acf62d63dcb313e62e497ff525a3a9839 | |
parent | c831909be94abfc24c64f482ce22ce508aed2147 (diff) | |
download | sink-aef2ebc45a30d3c3b15b630648e8b37a551ce1ef.tar.gz sink-aef2ebc45a30d3c3b15b630648e8b37a551ce1ef.zip |
missing includes
-rw-r--r-- | dummyresource/resourcefactory.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dummyresource/resourcefactory.cpp b/dummyresource/resourcefactory.cpp index 01db782..f74eb72 100644 --- a/dummyresource/resourcefactory.cpp +++ b/dummyresource/resourcefactory.cpp | |||
@@ -24,10 +24,13 @@ | |||
24 | #include "dummycalendar_generated.h" | 24 | #include "dummycalendar_generated.h" |
25 | #include "metadata_generated.h" | 25 | #include "metadata_generated.h" |
26 | #include "queuedcommand_generated.h" | 26 | #include "queuedcommand_generated.h" |
27 | #include "createentity_generated.h" | ||
27 | #include "domainadaptor.h" | 28 | #include "domainadaptor.h" |
28 | #include "commands.h" | 29 | #include "commands.h" |
29 | #include "clientapi.h" | 30 | #include "clientapi.h" |
30 | #include <QUuid> | 31 | #include <QUuid> |
32 | #include <assert.h> | ||
33 | |||
31 | 34 | ||
32 | /* | 35 | /* |
33 | * Figure out how to implement various classes of processors: | 36 | * Figure out how to implement various classes of processors: |