Skip to content

Commit

Permalink
include atomic in Linux and Android
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 8, 2023
1 parent ab2a00c commit 0ec2fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/wtr/watcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ inline auto watch(

#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 7, 0)) || defined(__ANDROID_API__)

#include <atomic>
#include <cassert>
#include <cstring>
#include <filesystem>
Expand Down

0 comments on commit 0ec2fdb

Please sign in to comment.