changeset 15:c2416d130d59

had to include <cmath> in some files to make it compile on the mac
author Martin Gasser
date Fri, 03 Mar 2006 17:23:27 +0000
parents 0f7997490bae
children ba31fa322f93
files audioio/AudioJACKTarget.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audioio/AudioJACKTarget.cpp	Fri Mar 03 16:32:45 2006 +0000
+++ b/audioio/AudioJACKTarget.cpp	Fri Mar 03 17:23:27 2006 +0000
@@ -13,6 +13,7 @@
 #include "AudioCallbackPlaySource.h"
 
 #include <iostream>
+#include <cmath>
 
 //#define DEBUG_AUDIO_JACK_TARGET 1