internal: add missing c includes (#11417)

This commit is contained in:
Martin
2025-08-12 20:07:19 +01:00
committed by GitHub
parent cb6589db98
commit 449d5e1113
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <climits>
#include "ConfigManager.hpp"
inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
+1
View File
@@ -1,4 +1,5 @@
#include "ConfigWatcher.hpp"
#include <linux/limits.h>
#include <sys/inotify.h>
#include "../debug/Log.hpp"
#include <ranges>