1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 10:53:37 +00:00

AK: Export Statistics to the global namespace

This commit is contained in:
Lucas CHOLLET 2024-05-14 12:22:39 -04:00 committed by Andreas Kling
parent 02e682950e
commit c6e4563489

View File

@ -123,3 +123,7 @@ private:
}; };
} }
#if USING_AK_GLOBALLY
using AK::Statistics;
#endif