diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-12 00:37:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-12 00:37:30 +0200 |
commit | 9812595ee44819e9bd4b430f275ef3941aaf038e (patch) | |
tree | 50fc8c558c15c85cb8fbba6a4487bade524a72da | |
parent | a8825608e1969acf4622fec3f6b6c284f1c66ea4 (diff) | |
download | sink-9812595ee44819e9bd4b430f275ef3941aaf038e.tar.gz sink-9812595ee44819e9bd4b430f275ef3941aaf038e.zip |
Fixed client build
-rw-r--r-- | examples/client/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/client/main.cpp b/examples/client/main.cpp index f96d5cd..9445599 100644 --- a/examples/client/main.cpp +++ b/examples/client/main.cpp | |||
@@ -26,6 +26,7 @@ | |||
26 | #include "common/resultprovider.h" | 26 | #include "common/resultprovider.h" |
27 | #include "common/resource.h" | 27 | #include "common/resource.h" |
28 | #include "common/synclistresult.h" | 28 | #include "common/synclistresult.h" |
29 | #include "common/storage.h" | ||
29 | #include "console.h" | 30 | #include "console.h" |
30 | 31 | ||
31 | #include <QWidget> | 32 | #include <QWidget> |