config/ConfigWatcher.cpp: add missing include needed for clang (#9166)

This commit is contained in:
heather7283 2025-01-25 22:23:53 +04:00 committed by GitHub
parent 107723bdf4
commit f3fc8d599a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
#include "../debug/Log.hpp"
#include <ranges>
#include <fcntl.h>
#include <unistd.h>
CConfigWatcher::CConfigWatcher() : m_inotifyFd(inotify_init()) {
if (m_inotifyFd < 0) {