mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 16:05:58 +01:00
build: fix builds without pch (#5198)
This commit is contained in:
parent
bfc95e992d
commit
214ec82ba7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
#include <any>
|
#include <any>
|
||||||
|
|
||||||
class CWindow;
|
class CWindow;
|
||||||
|
class CGradientValueData;
|
||||||
|
|
||||||
struct SWindowRenderLayoutHints {
|
struct SWindowRenderLayoutHints {
|
||||||
bool isBorderGradient = false;
|
bool isBorderGradient = false;
|
||||||
|
|
Loading…
Reference in a new issue