Skip to content

Commit 7c603f8

Browse files
author
Will
committed
watcher/inotify: inc
1 parent 5217d26 commit 7c603f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

devel/include/detail/wtr/watcher/adapter/linux/inotify/watch.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <tuple>
2121
#include <unistd.h>
2222
#include <unordered_map>
23+
#include <vector>
2324

2425
namespace detail::wtr::watcher::adapter::inotify {
2526

include/wtr/watcher.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ inline auto watch(
12801280
#include <tuple>
12811281
#include <unistd.h>
12821282
#include <unordered_map>
1283+
#include <vector>
12831284

12841285
namespace detail::wtr::watcher::adapter::inotify {
12851286

0 commit comments

Comments
 (0)