diff options
Diffstat (limited to 'Userland/Libraries/LibCompress/DeflateTables.h')
-rw-r--r-- | Userland/Libraries/LibCompress/DeflateTables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCompress/DeflateTables.h b/Userland/Libraries/LibCompress/DeflateTables.h index 54e9523ff0..551acbe2d6 100644 --- a/Userland/Libraries/LibCompress/DeflateTables.h +++ b/Userland/Libraries/LibCompress/DeflateTables.h @@ -6,6 +6,8 @@ #pragma once +#include <AK/Array.h> + namespace Compress { // RFC 1951 - 3.2.5 |