summaryrefslogtreecommitdiff
path: root/zen/dir_watcher.h
diff options
context:
space:
mode:
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