Apply jbeich suggestion for if defined(__linux__)

This commit is contained in:
Loïc Bartoletti
2022-10-04 06:12:42 +02:00
parent 830c5cd5d0
commit 45e44e03bd
2 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,9 @@
#include <filesystem>
#endif
#include <fmt/format.h>
#if #defined(__linux__)
#include <sys/inotify.h>
#endif
#include <algorithm>
#include <fstream>