diff options
author | Vaxry <[email protected]> | 2024-04-24 16:03:56 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-24 16:03:56 +0100 |
commit | e5fa0007a5b3a86948582e6d7dab0073a309553a (patch) | |
tree | 831129bd669c04b850fc2e54ab77fa81878d2c50 | |
parent | 29b0529542e1a8fef41f3720b4117fa130ac53cb (diff) | |
download | Hyprland-e5fa0007a5b3a86948582e6d7dab0073a309553a.tar.gz Hyprland-e5fa0007a5b3a86948582e6d7dab0073a309553a.zip |
foreign: fix no-pch builds
-rw-r--r-- | src/protocols/ForeignToplevel.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocols/ForeignToplevel.hpp b/src/protocols/ForeignToplevel.hpp index 939e48cd..37506ad7 100644 --- a/src/protocols/ForeignToplevel.hpp +++ b/src/protocols/ForeignToplevel.hpp @@ -6,6 +6,8 @@ #include "WaylandProtocol.hpp" #include "ext-foreign-toplevel-list-v1.hpp" +class CWindow; + class CForeignToplevelHandle { public: CForeignToplevelHandle(SP<CExtForeignToplevelHandleV1> resource_, CWindow* pWindow); |