mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
internal: add missing c includes (#11417)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <climits>
|
||||
#include "ConfigManager.hpp"
|
||||
|
||||
inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "ConfigWatcher.hpp"
|
||||
#include <linux/limits.h>
|
||||
#include <sys/inotify.h>
|
||||
#include "../debug/Log.hpp"
|
||||
#include <ranges>
|
||||
|
||||
Reference in New Issue
Block a user