mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-22 05:35:54 +00:00
Symbian buildfix.
This commit is contained in:
parent
6e082c62ec
commit
e698af9924
@ -17,7 +17,11 @@
|
||||
#define XBRZ_HEADER_3847894708239054
|
||||
|
||||
#include <cstddef> //size_t
|
||||
#ifdef __SYMBIAN32__
|
||||
#include <boost/cstdint.hpp>
|
||||
#else
|
||||
#include <cstdint> //uint32_t
|
||||
#endif
|
||||
#include <limits>
|
||||
#include "config.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user