LibCompress: Add missing #include

This previously worked because <AK/ByteBuffer.h> included
<AK/Optional.h> - and now it doesn't anymore.
This commit is contained in:
Gunnar Beutner 2021-05-16 18:59:28 +02:00 committed by Andreas Kling
parent 006f11f23d
commit b8b8b4b566
Notes: sideshowbarker 2024-07-18 18:01:28 +09:00

View File

@ -7,6 +7,7 @@
#pragma once
#include <AK/ByteBuffer.h>
#include <AK/Optional.h>
#include <AK/Span.h>
#include <AK/Types.h>