projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582803b
)
LockWatcher: Add chrono header
author
Christian Kamm
<mail@ckamm.de>
Mon, 12 Nov 2018 12:47:28 +0000
(13:47 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:20 +0000
(10:58 +0100)
src/gui/lockwatcher.h
patch
|
blob
|
history
diff --git
a/src/gui/lockwatcher.h
b/src/gui/lockwatcher.h
index f5e27bac617a2695bee8a90733285feaca3e8160..20badcf515962ece7f0f7dedb9afbee60fbaaf05 100644
(file)
--- a/
src/gui/lockwatcher.h
+++ b/
src/gui/lockwatcher.h
@@
-22,6
+22,8
@@
#include <QSet>
#include <QTimer>
+#include <chrono>
+
namespace OCC {
/**