mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
AK: Add missing using statements to Find.h
This commit is contained in:
parent
4f62066ad0
commit
c421a3d7ce
Notes:
sideshowbarker
2024-07-17 10:08:28 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/c421a3d7ce Pull-request: https://github.com/SerenityOS/serenity/pull/24212 Reviewed-by: https://github.com/LucasChollet Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue