From b526661ff5158bfd78055f1af9c7d38e5eaf4750 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 20 Apr 2014 08:00:05 -0700 Subject: [PATCH] Buildfix for Symbian. --- Core/PSPLoaders.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Core/PSPLoaders.cpp b/Core/PSPLoaders.cpp index d5c42400c3..46483b9914 100644 --- a/Core/PSPLoaders.cpp +++ b/Core/PSPLoaders.cpp @@ -15,6 +15,10 @@ // Official git repository and contact information can be found at // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. +#ifdef __SYMBIAN32__ +#include +#endif + #include "file/file_util.h" #include "Common/StringUtils.h"