mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Everywhere: Add missing includes for <AK/OwnPtr.h>
Previously <AK/Function.h> also included <AK/OwnPtr.h>. That's about to change though. This patch fixes a few build problems that will occur when that change happens.
This commit is contained in:
parent
45a1a7e1e6
commit
d954c11f66
Notes:
sideshowbarker
2024-07-18 17:46:33 +09:00
Author: https://github.com/gunnarbeutner
Commit: d954c11f66
Pull-request: https://github.com/SerenityOS/serenity/pull/7278
12 changed files with 12 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <AK/Assertions.h>
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Demangle.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibC/sys/arch/i386/regs.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue