fix: add climits includes (#11288)

This commit is contained in:
Martin 2025-07-31 01:12:05 +02:00 committed by GitHub
parent 23be1db1e3
commit 3e35797b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include "fs/FsUtils.hpp"
#include <optional>
#include <cstring>
#include <climits>
#include <cmath>
#include <filesystem>
#include <set>

View file

@ -33,6 +33,7 @@
#include <hyprutils/string/String.hpp>
#include <hyprutils/utils/ScopeGuard.hpp>
#include <cstring>
#include <climits>
#include <ranges>
#include <vector>
#include <algorithm>