LibIPC: Add IPC::Stub to forwarding header

This commit is contained in:
Andreas Kling 2021-10-23 21:40:07 +02:00
parent 48e4fb239a
commit 0221affb31
Notes: sideshowbarker 2024-07-18 01:57:39 +09:00

View file

@ -13,5 +13,6 @@ class Dictionary;
class Encoder;
class Message;
class File;
class Stub;
}