summaryrefslogtreecommitdiffstats
path: root/examples/client/main.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-12 00:37:30 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-12 00:37:30 +0200
commit9812595ee44819e9bd4b430f275ef3941aaf038e (patch)
tree50fc8c558c15c85cb8fbba6a4487bade524a72da /examples/client/main.cpp
parenta8825608e1969acf4622fec3f6b6c284f1c66ea4 (diff)
downloadsink-9812595ee44819e9bd4b430f275ef3941aaf038e.tar.gz
sink-9812595ee44819e9bd4b430f275ef3941aaf038e.zip
Fixed client build
Diffstat (limited to 'examples/client/main.cpp')
-rw-r--r--examples/client/main.cpp1
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>