1
Fork 0
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:
Gunnar Beutner 2021-05-15 22:08:44 +02:00 committed by Andreas Kling
parent 47ec5cf340
commit fbdc3b0ee2
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include "Expression.h"
#include <AK/Format.h>
#include <AK/MemoryStream.h>
#include <sys/arch/i386/regs.h>