mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:17:34 +00:00
AK: ScopeGuard.h needs StdLibExtras.h
This commit is contained in:
parent
4ee39d6292
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