reactphysics3d
reactphysics3d copied to clipboard
#include <chrono> missing from DefaultLogger.h
Following instructions at from the following https://www.reactphysics3d.com/documentation/index.html#buildinglibrary
I built using CMake as instructed, opened in Visual Studio 2022, set to Release and built ReactPhysics3D, I got 171 build errors. They all seemed to be part of chrono and all errors were located in DefaultLogger.h
Added #include
Just figured I'd bring that to your attention.
Cheers.
Thanks, I was having the same issue building react physics 3d through visual studio. Including chrono did allow it to build successfully. I wasn't sure if it was a problem with my visual studio version or the version of cpp react physics was trying to build for or whatever.