mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-13 10:35:13 +02:00
Restore removed <algorithm> includes.
Turns out these were needed after all. For some reason, on Windows and Mac, <algorithm> gets auto-included by something else so I don't notice when it's missing, and MSVC's include dependency tracker doesn't see it either.
This commit is contained in:
@@ -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 <algorithm>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user