diff options
Diffstat (limited to 'RealtimeSync/watcher.h')
-rw-r--r-- | RealtimeSync/watcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RealtimeSync/watcher.h b/RealtimeSync/watcher.h index dd0dd88d..9d2448de 100644 --- a/RealtimeSync/watcher.h +++ b/RealtimeSync/watcher.h @@ -7,9 +7,9 @@ #ifndef WATCHER_H_INCLUDED #define WATCHER_H_INCLUDED -#include "../shared/zstring.h" +#include <zen/zstring.h> #include <vector> -#include "../shared/file_error.h" +#include <zen/file_error.h> namespace rts |