1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:57:35 +00:00

AK: ScopeGuard.h needs StdLibExtras.h

This commit is contained in:
Andreas Kling 2019-06-18 09:31:14 +02:00
parent 4ee39d6292
commit 15fa4f1c55

View file

@ -1,5 +1,7 @@
#pragma once #pragma once
#include <AK/StdLibExtras.h>
namespace AK { namespace AK {
template<typename Callback> template<typename Callback>