1
0
forked from 0ad/0ad

Adds some missing includes, refs #1614

This was SVN commit r12577.
This commit is contained in:
historic_bruno 2012-09-01 18:23:13 +00:00
parent 0cd7da8d0d
commit a29acce208
5 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include "lib/external_libraries/openal.h"
#include "lib/file/vfs/vfs_path.h"
#include "ps/CStr.h"
#include <string>
#include <map>

View File

@ -23,6 +23,7 @@
#include "lib/utf8.h"
#include "maths/Vector3D.h"
#include "ps/CLogger.h"
#include "ps/CStr.h"
#include "ps/Filesystem.h"
#include "soundmanager/SoundManager.h"

View File

@ -22,6 +22,7 @@
#include "lib/config2.h"
#include "lib/utf8.h"
#include "maths/Vector3D.h"
#include "ps/CStr.h"
#include "ps/Filesystem.h"
#include "soundmanager/SoundManager.h"

View File

@ -22,6 +22,7 @@
#include "lib/config2.h"
#include "lib/utf8.h"
#include "maths/Vector3D.h"
#include "ps/CStr.h"
#include "ps/Filesystem.h"
#include "soundmanager/SoundManager.h"

View File

@ -33,6 +33,7 @@
#include "lib/rand.h"
#include "ps/Game.h"
#include "ps/CLogger.h"
#include "ps/CStr.h"
#include "ps/Filesystem.h"
#include "ps/Util.h"
#include "ps/XML/Xeromyces.h"