mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 00:20:21 +00:00
AK: Export Statistics to the global namespace
This commit is contained in:
parent
02e682950e
commit
c6e4563489
Notes:
sideshowbarker
2024-07-17 02:56:25 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/c6e4563489 Pull-request: https://github.com/SerenityOS/serenity/pull/24330 Reviewed-by: https://github.com/nico ✅
1 changed files with 4 additions and 0 deletions
|
@ -123,3 +123,7 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#if USING_AK_GLOBALLY
|
||||
using AK::Statistics;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue