mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
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:
parent
006f11f23d
commit
b8b8b4b566
Notes:
sideshowbarker
2024-07-18 18:01:28 +09:00
Author: https://github.com/gunnarbeutner
Commit: b8b8b4b566
Pull-request: https://github.com/SerenityOS/serenity/pull/7183
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Span.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue