1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

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

View file

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