diff --git a/AK/Find.h b/AK/Find.h index b417c90a20..cb5ff75e37 100644 --- a/AK/Find.h +++ b/AK/Find.h @@ -37,3 +37,9 @@ requires(requires(TIterator it) { it.index(); }) } } + +#if USING_AK_GLOBALLY +using AK::find; +using AK::find_if; +using AK::find_index; +#endif