diff audioio/AudioJACKTarget.cpp @ 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 89bb89894ad6
children c606d3ffa397
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