From b2f5dd1b628148aef7446c4161c293faf00bcc6c Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 19 Feb 2011 22:30:34 +0000 Subject: [PATCH] Non-PCH build fixes This was SVN commit r8949. --- source/lib/sysdep/os/unix/ufilesystem.cpp | 2 ++ source/ps/XML/XeroXMB.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/lib/sysdep/os/unix/ufilesystem.cpp b/source/lib/sysdep/os/unix/ufilesystem.cpp index ecea836108..222dc7084a 100644 --- a/source/lib/sysdep/os/unix/ufilesystem.cpp +++ b/source/lib/sysdep/os/unix/ufilesystem.cpp @@ -30,6 +30,8 @@ #include "lib/utf8.h" #include "lib/path_util.h" +#include + struct WDIR { DIR* d; diff --git a/source/ps/XML/XeroXMB.h b/source/ps/XML/XeroXMB.h index 8941c3acae..cea4fe1045 100644 --- a/source/ps/XML/XeroXMB.h +++ b/source/ps/XML/XeroXMB.h @@ -111,6 +111,8 @@ it'd make much more sense to store UTF-8 on disk too # include #endif +#include "ps/CStr.h" + // File headers, to make sure it doesn't try loading anything other than an XMB extern const char* HeaderMagicStr; extern const char* UnfinishedHeaderMagicStr;