mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibCompress: Add missing header to DeflateTables.h
This commit is contained in:
parent
f9a4f4f7e6
commit
ce1313fbdc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Array.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace Compress {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue