Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2018-11-12 15:47:28 +0300
committerChristian Kamm <mail@ckamm.de>2018-11-12 15:47:28 +0300
commit46ed5484d18214055c98708c6e4d1cbd1c975c49 (patch)
tree38c1fa5bcb4e3a529487719cda1af8542f079188 /src/gui/lockwatcher.h
parent4608adb6a6a9374213a61e02fe01920d37caf820 (diff)
LockWatcher: Add chrono header
Diffstat (limited to 'src/gui/lockwatcher.h')
-rw-r--r--src/gui/lockwatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/lockwatcher.h b/src/gui/lockwatcher.h
index ae8f2cd01..ce9b7b461 100644
--- a/src/gui/lockwatcher.h
+++ b/src/gui/lockwatcher.h
@@ -22,6 +22,8 @@
#include <QSet>
#include <QTimer>
+#include <chrono>
+
namespace OCC {
/**