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