foreign: fix no-pch builds

This commit is contained in:
Vaxry 2024-04-24 16:03:56 +01:00
parent 29b0529542
commit e5fa0007a5
1 changed files with 2 additions and 0 deletions

View File

@ -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);