Fix --without-pch build

This was SVN commit r7224.
This commit is contained in:
Ykkrosh 2009-12-23 01:46:44 +00:00
parent 1bba0fe8e3
commit a39cb0c83e
3 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,8 @@ CGUI
#include "ps/XML/Xeromyces.h"
#include <set>
//--------------------------------------------------------
// Macros
//--------------------------------------------------------

View File

@ -6,6 +6,8 @@
#include "ps/CStr.h"
#include "scripting/SpiderMonkey.h"
#include <set>
class CGUI;
struct JSObject;
class IGUIObject;

View File

@ -19,7 +19,9 @@
#define INCLUDED_CPLAYLIST
#include <vector>
#include "lib/file/vfs/vfs_path.h"
#include "ps/CStr.h"
class CPlayList
{