mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
LibAudio: Include missing AK/Stream.h in Loader.h
This fixes the FuzzQOILoader build.
This commit is contained in:
parent
52e45fb6fa
commit
a5c47d0be3
Notes:
sideshowbarker
2024-07-17 18:13:59 +09:00
Author: https://github.com/ADKaster
Commit: a5c47d0be3
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <AK/RefPtr.h>
|
||||
#include <AK/Result.h>
|
||||
#include <AK/Span.h>
|
||||
#include <AK/Stream.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Try.h>
|
||||
#include <LibAudio/GenericTypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue