diff options
author | vaxerski <[email protected]> | 2022-04-04 19:44:25 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-04 19:44:25 +0200 |
commit | 374491ee63807147a8333ee415428303f99aa466 (patch) | |
tree | 6d077d095a65559d25e6584ff343aab906d9b0f7 /src/debug/HyprCtl.hpp | |
parent | d15cda7e4141eb73838cf0e5452c24d427028273 (diff) | |
download | Hyprland-374491ee63807147a8333ee415428303f99aa466.tar.gz Hyprland-374491ee63807147a8333ee415428303f99aa466.zip |
progress
Diffstat (limited to 'src/debug/HyprCtl.hpp')
-rw-r--r-- | src/debug/HyprCtl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/HyprCtl.hpp b/src/debug/HyprCtl.hpp index 1a8851c7..1efe468f 100644 --- a/src/debug/HyprCtl.hpp +++ b/src/debug/HyprCtl.hpp @@ -2,6 +2,7 @@ #include "../Compositor.hpp" #include <fstream> +#include "../helpers/MiscFunctions.hpp" namespace HyprCtl { void startHyprCtlSocket(); |