1
0
forked from 0ad/0ad

Non-PCH build fixes

This was SVN commit r8949.
This commit is contained in:
Ykkrosh 2011-02-19 22:30:34 +00:00
parent ffa8bf5ea4
commit b2f5dd1b62
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include "lib/utf8.h"
#include "lib/path_util.h"
#include <cstdio>
struct WDIR
{
DIR* d;

View File

@ -111,6 +111,8 @@ it'd make much more sense to store UTF-8 on disk too
# include <map>
#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;