internal: add missing c includes (#11417)
This commit is contained in:
parent
cb6589db98
commit
449d5e1113
3 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "ConfigWatcher.hpp"
|
||||
#include <linux/limits.h>
|
||||
#include <sys/inotify.h>
|
||||
#include "../debug/Log.hpp"
|
||||
#include <ranges>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue