mixerToy: fix build on gcc4

This commit is contained in:
Jérôme Duval
2015-01-08 21:21:42 +01:00
parent c531aa7cc5
commit 1d766e9dd3
2 changed files with 2 additions and 1 deletions
@@ -8,7 +8,7 @@ SimpleTest mixerToy :
Resampler.cpp
Interpolate.cpp
: be
: be [ TargetLibsupc++ ]
;
# Tell Jam where to find these sources
@@ -3,6 +3,7 @@
*/
#include <stdlib.h>
#include <vector>
#include <Application.h>