OpenOrbis / OpenOrbis-PS4-Toolchain

The OpenOrbis PS4 custom toolchain. Allows developers to build homebrew for the PS4 without the official SDK.
GNU General Public License v3.0
476 stars 89 forks source link

include/orbis/_types/SaveData.h: time_t undefined #201

Closed ghost closed 1 year ago

ghost commented 2 years ago

I am using release v0.5.2 in a C++ project.

Only including orbis/SaveData.h prevents the program from compiling. That is because of this line here.

The issue is fixed if I include time.h or sys/time.h in my own code.