mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:17: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,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/Array.h>
|
||||||
|
|
||||||
namespace Compress {
|
namespace Compress {
|
||||||
|
|
||||||
// RFC 1951 - 3.2.5
|
// RFC 1951 - 3.2.5
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#include "Expression.h"
|
#include "Expression.h"
|
||||||
|
|
||||||
|
#include <AK/Format.h>
|
||||||
#include <AK/MemoryStream.h>
|
#include <AK/MemoryStream.h>
|
||||||
#include <sys/arch/i386/regs.h>
|
#include <sys/arch/i386/regs.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue