mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibIPC+Services: Support URL as a native IPC type
This commit is contained in:
parent
b81b2a85c4
commit
3654710c41
Notes:
sideshowbarker
2024-07-19 05:46:08 +09:00
Author: https://github.com/awesomekling
Commit: 3654710c41
10 changed files with 26 additions and 16 deletions
|
@ -244,6 +244,7 @@ int main(int argc, char** argv)
|
|||
out() << "#pragma once";
|
||||
out() << "#include <AK/BufferStream.h>";
|
||||
out() << "#include <AK/OwnPtr.h>";
|
||||
out() << "#include <AK/URL.h>";
|
||||
out() << "#include <AK/Utf8View.h>";
|
||||
out() << "#include <LibGfx/Color.h>";
|
||||
out() << "#include <LibGfx/Rect.h>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue