fix: add climits includes (#11288)
This commit is contained in:
parent
23be1db1e3
commit
3e35797b18
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "fs/FsUtils.hpp"
|
||||
#include <optional>
|
||||
#include <cstring>
|
||||
#include <climits>
|
||||
#include <cmath>
|
||||
#include <filesystem>
|
||||
#include <set>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include <hyprutils/string/String.hpp>
|
||||
#include <hyprutils/utils/ScopeGuard.hpp>
|
||||
#include <cstring>
|
||||
#include <climits>
|
||||
#include <ranges>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue