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,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <climits>
|
||||||
#include "ConfigManager.hpp"
|
#include "ConfigManager.hpp"
|
||||||
|
|
||||||
inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#include "ConfigWatcher.hpp"
|
#include "ConfigWatcher.hpp"
|
||||||
|
#include <linux/limits.h>
|
||||||
#include <sys/inotify.h>
|
#include <sys/inotify.h>
|
||||||
#include "../debug/Log.hpp"
|
#include "../debug/Log.hpp"
|
||||||
#include <ranges>
|
#include <ranges>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue