summaryrefslogtreecommitdiff
path: root/zen/dir_watcher.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-22 21:09:26 +0000
committerB. Stack <bgstack15@gmail.com>2022-05-22 21:09:26 +0000
commit54c2e44d7b37b2c3efc449e054eef21fa414dfde (patch)
tree3894ba7e10c78750c195381a861da5e8166a6bfd /zen/dir_watcher.h
parentMerge branch 'b11.20' into 'master' (diff)
parentadd upstream 11.21 (diff)
downloadFreeFileSync-11.21.tar.gz
FreeFileSync-11.21.tar.bz2
FreeFileSync-11.21.zip
Merge branch 'b11.21' into 'master'11.21
add upstream 11.21 See merge request opensource-tracking/FreeFileSync!44
Diffstat (limited to 'zen/dir_watcher.h')
-rw-r--r--zen/dir_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h
index bf71fda9..a4a061e8 100644
--- a/zen/dir_watcher.h
+++ b/zen/dir_watcher.h
@@ -8,7 +8,7 @@
#define DIR_WATCHER_348577025748023458
#include <vector>
-#include <memory>
+//#include <memory>
#include <chrono>
#include <functional>
#include "file_error.h"
bgstack15