From 57faeb20e61dc12a1abb4e3d7601898436df817f Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 16 Jan 2014 20:20:25 -0800 Subject: [PATCH] cmAudioPortOsx.c : Added #include "cmTime.h" --- osx/cmAudioPortOsx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/osx/cmAudioPortOsx.c b/osx/cmAudioPortOsx.c index 9d428c9..063dff5 100644 --- a/osx/cmAudioPortOsx.c +++ b/osx/cmAudioPortOsx.c @@ -6,6 +6,7 @@ #include "cmPrefix.h" #include "cmGlobal.h" #include "cmRpt.h" +#include "cmTime.h" #include "cmAudioPort.h" #include "cmMem.h" #include "cmMallocDebug.h"