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
parent f9a4f4f7e6
commit ce1313fbdc

View file

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