From d2dad5b434b338d18458bafa506f2993c13f24fc Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 17 Jan 2025 19:20:10 +0100 Subject: [PATCH] all: chase hyprland --- csgo-vulkan-fix/main.cpp | 1 + hyprbars/barDeco.cpp | 1 + hyprbars/barDeco.hpp | 1 + hyprexpo/overview.cpp | 2 ++ hyprtrails/main.cpp | 1 + hyprwinwrap/main.cpp | 2 ++ 6 files changed, 8 insertions(+) diff --git a/csgo-vulkan-fix/main.cpp b/csgo-vulkan-fix/main.cpp index 195f712..402b57f 100644 --- a/csgo-vulkan-fix/main.cpp +++ b/csgo-vulkan-fix/main.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include "globals.hpp" diff --git a/hyprbars/barDeco.cpp b/hyprbars/barDeco.cpp index 4650b91..7151a46 100644 --- a/hyprbars/barDeco.cpp +++ b/hyprbars/barDeco.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include "globals.hpp" diff --git a/hyprbars/barDeco.hpp b/hyprbars/barDeco.hpp index f9be253..b15cb61 100644 --- a/hyprbars/barDeco.hpp +++ b/hyprbars/barDeco.hpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "globals.hpp" #define private public diff --git a/hyprexpo/overview.cpp b/hyprexpo/overview.cpp index 75859aa..72bf0e3 100644 --- a/hyprexpo/overview.cpp +++ b/hyprexpo/overview.cpp @@ -4,6 +4,8 @@ #include #include #include +#include +#include #undef private #include "OverviewPassElement.hpp" diff --git a/hyprtrails/main.cpp b/hyprtrails/main.cpp index 83eab9e..55191aa 100644 --- a/hyprtrails/main.cpp +++ b/hyprtrails/main.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include "globals.hpp" #include "shaders.hpp" diff --git a/hyprwinwrap/main.cpp b/hyprwinwrap/main.cpp index 7af15fa..ba106f6 100644 --- a/hyprwinwrap/main.cpp +++ b/hyprwinwrap/main.cpp @@ -12,6 +12,8 @@ #include #include #include +#include +#include #undef private #include "globals.hpp"