mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +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: 15fa4f1c55
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/StdLibExtras.h>
|
||||||
|
|
||||||
namespace AK {
|
namespace AK {
|
||||||
|
|
||||||
template<typename Callback>
|
template<typename Callback>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue