mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +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: 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…
Add table
Add a link
Reference in a new issue