From 0ec2fdbcf31db7aa6ae98619cf837c9868746b97 Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 8 Sep 2023 23:54:27 +0900 Subject: [PATCH] include atomic in Linux and Android --- include/wtr/watcher.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wtr/watcher.hpp b/include/wtr/watcher.hpp index 7fa556ce..9e53bcab 100644 --- a/include/wtr/watcher.hpp +++ b/include/wtr/watcher.hpp @@ -1247,6 +1247,7 @@ inline auto watch( #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 7, 0)) || defined(__ANDROID_API__) +#include #include #include #include