mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: ScopeGuard.h needs StdLibExtras.h
This commit is contained in:
parent
4ee39d6292
commit
15fa4f1c55
Notes:
sideshowbarker
2024-07-19 13:33:12 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/15fa4f1c555
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/StdLibExtras.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
template<typename Callback>
|
||||
|
|
Loading…
Reference in a new issue