1
0
forked from 0ad/0ad

Fix non-pch build. Fixes #1664.

This was SVN commit r12655.
This commit is contained in:
leper 2012-09-09 13:51:04 +00:00
parent 25682da568
commit 6528751875
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "ps/Filesystem.h"
#include "soundmanager/SoundManager.h"
#include <sstream>
JMusicSound::JMusicSound(const VfsPath& pathname) : m_FileName(pathname)
{

View File

@ -24,6 +24,8 @@
#include "ps/Filesystem.h"
#include "soundmanager/SoundManager.h"
#include <sstream>
JSoundPlayer::JSoundPlayer()
{