mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Userland: Add missing #includes
These two header files relied on transitive header includes.
This commit is contained in:
parent
47ec5cf340
commit
fbdc3b0ee2
Notes:
sideshowbarker
2024-07-18 18:02:07 +09:00
Author: https://github.com/gunnarbeutner
Commit: fbdc3b0ee2
Pull-request: https://github.com/SerenityOS/serenity/pull/7151
Reviewed-by: https://github.com/alimpfard
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "Expression.h"
|
||||
|
||||
#include <AK/Format.h>
|
||||
#include <AK/MemoryStream.h>
|
||||
#include <sys/arch/i386/regs.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue