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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h
index cdc80165..7a1ada96 100644
--- a/zen/dir_watcher.h
+++ b/zen/dir_watcher.h
@@ -12,6 +12,7 @@
#include <functional>
#include "file_error.h"
+
namespace zen
{
//Windows: ReadDirectoryChangesW http://msdn.microsoft.com/en-us/library/aa365465(v=vs.85).aspx
bgstack15