internal: add missing c includes (#11417)

This commit is contained in:
Martin 2025-08-12 21:07:19 +02:00 committed by GitHub
parent cb6589db98
commit 449d5e1113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include "ConfigWatcher.hpp"
#include <linux/limits.h>
#include <sys/inotify.h>
#include "../debug/Log.hpp"
#include <ranges>