From 0a1874c203d525852d0896ca6f48a46b0c32e6cf Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 14 Jan 2023 23:15:04 -0500 Subject: [PATCH] AK: Export the OptionalNone helper structure --- AK/Optional.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/Optional.h b/AK/Optional.h index 6acf64f384..062dd6842b 100644 --- a/AK/Optional.h +++ b/AK/Optional.h @@ -549,4 +549,5 @@ private: #if USING_AK_GLOBALLY using AK::Optional; +using AK::OptionalNone; #endif