finish fix up in aabdd2969a

This commit is contained in:
Chris Beck 2014-06-19 14:01:02 -04:00
parent aabdd2969a
commit 06b05067b5
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include "sound.hpp"
#include "soundsource.hpp"
#include "SDL_sound.h"
#include "SDL.h" // Travis doesn't like this, although it works on my machine -> '#include "SDL_sound.h"
namespace soundsource {

View file

@ -22,7 +22,7 @@
#include "resources.hpp"
#include "video.hpp"
#include "SDL_sound.h"
#include "SDL.h" // Travis doesn't like this, although it works on my machine -> '#include "SDL_sound.h"
#include <boost/foreach.hpp>