mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibCompress: Add missing header to DeflateTables.h
This commit is contained in:
parent
f9a4f4f7e6
commit
ce1313fbdc
Notes:
sideshowbarker
2024-07-18 02:58:59 +09:00
Author: https://github.com/BenWiederhake
Commit: ce1313fbdc
Pull-request: https://github.com/SerenityOS/serenity/pull/10320
Reviewed-by: https://github.com/linusg ✅
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
Add a link
Reference in a new issue