diff options
author | Vaxry <[email protected]> | 2024-11-18 13:59:57 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-11-18 13:59:57 +0000 |
commit | 2259a885513e8ec793210ceb9d40ca096161849d (patch) | |
tree | 1199f61ee8e15cc1ee6d293983647de3d5279bfe | |
parent | 1ba050d603dca644aca48872f62388d794c030b9 (diff) | |
download | Hyprland-2259a885513e8ec793210ceb9d40ca096161849d.tar.gz Hyprland-2259a885513e8ec793210ceb9d40ca096161849d.zip |
miscfunctions: add missing include
-rw-r--r-- | src/helpers/MiscFunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers/MiscFunctions.cpp b/src/helpers/MiscFunctions.cpp index 6ad1b37a..c7cd9ed4 100644 --- a/src/helpers/MiscFunctions.cpp +++ b/src/helpers/MiscFunctions.cpp @@ -6,6 +6,7 @@ #include <optional> #include <cstring> #include <cmath> +#include <filesystem> #include <set> #include <sys/utsname.h> #include <sys/mman.h> |