From 6f2662d50be768816e33eaac729578f169bdc065 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 25 Jun 2010 19:58:19 +0000 Subject: [PATCH] changed direct sound file to use our special math wrapper include file --- source/shared_lib/sources/sound/ds8/sound_player_ds8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/sound/ds8/sound_player_ds8.cpp b/source/shared_lib/sources/sound/ds8/sound_player_ds8.cpp index ca71165eb..70d7a214b 100644 --- a/source/shared_lib/sources/sound/ds8/sound_player_ds8.cpp +++ b/source/shared_lib/sources/sound/ds8/sound_player_ds8.cpp @@ -12,7 +12,7 @@ #include "sound_player_ds8.h" #include -#include +#include "math_wrapper.h" #include "util.h" #include "leak_dumper.h"