mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-25 15:39:55 +00:00
WavLoader: Add missing AK/OwnPtr.h include
This commit is contained in:
parent
121e7306c3
commit
b1ed57e84b
Notes:
sideshowbarker
2024-07-19 09:02:44 +09:00
Author: https://github.com/willmcpherson2 Commit: https://github.com/SerenityOS/serenity/commit/b1ed57e84b7 Pull-request: https://github.com/SerenityOS/serenity/pull/1309
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringView.h>
|
||||
|
|
Loading…
Reference in a new issue