finish fix up in aabdd2969a
This commit is contained in:
parent
aabdd2969a
commit
06b05067b5
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue