GE Debugger: Buildfix for BSD.

`tm` was not defined, as per jbeich.
This commit is contained in:
Unknown W. Brackets 2017-06-18 12:17:48 -07:00
parent dd23588cd7
commit 3249d81654

View file

@ -15,6 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <ctime>
#include "Core/FileSystems/BlobFileSystem.h"
BlobFileSystem::BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias)