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
Notes: sideshowbarker 2024-07-18 18:02:07 +09:00
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Array.h>
namespace Compress {
// RFC 1951 - 3.2.5

View file

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