mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
AK: Add missing using statements to Find.h
This commit is contained in:
parent
4f62066ad0
commit
c421a3d7ce
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