summaryrefslogtreecommitdiff
path: root/AK/Optional.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Optional.h')
-rw-r--r--AK/Optional.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/Optional.h b/AK/Optional.h
index ac777e21c1..eafb343bb9 100644
--- a/AK/Optional.h
+++ b/AK/Optional.h
@@ -364,4 +364,6 @@ private:
}
+#if USING_AK_GLOBALLY
using AK::Optional;
+#endif