You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add missing #include <chrono> for std::chrono functionality
- Add missing #include <cstdio> for sprintf function
- Add missing #include <cstdlib> for std::malloc/std::free functions
- Replace std::to_string with compatible int_to_string helper for MSVC 2012
- Move helper function to anonymous namespace for better encapsulation
- Ensures compatibility with Windows MSVC 2012+ as specified in requirements
0 commit comments