LibCompress: Add missing header to DeflateTables.h

This commit is contained in:
Ben Wiederhake 2021-09-16 21:04:29 +02:00 committed by Linus Groh
commit ce1313fbdc
Notes: sideshowbarker 2024-07-18 02:58:59 +09:00

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Array.h>
#include <stdint.h>
namespace Compress {