mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:47:35 +00:00
Userland: Add missing #includes
These two header files relied on transitive header includes.
This commit is contained in:
parent
47ec5cf340
commit
fbdc3b0ee2
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