mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
AK: Add missing StdLibExtras.h include in Optional.h
This commit is contained in:
parent
92f77864de
commit
939a605334
Notes:
sideshowbarker
2024-07-19 09:35:16 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/939a605334a
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Platform.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
|
||||
template<typename T>
|
||||
class CONSUMABLE(unknown) alignas(T) Optional {
|
||||
|
|
Loading…
Reference in a new issue