Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/intern/AUD_Mixer.h')
-rw-r--r--intern/audaspace/intern/AUD_Mixer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/audaspace/intern/AUD_Mixer.h b/intern/audaspace/intern/AUD_Mixer.h
index 0de9b7fc7dc..3dd03b0a3fe 100644
--- a/intern/audaspace/intern/AUD_Mixer.h
+++ b/intern/audaspace/intern/AUD_Mixer.h
@@ -32,9 +32,10 @@
#include "AUD_ConverterFunctions.h"
#include "AUD_Buffer.h"
-#include "AUD_Reference.h"
class AUD_IReader;
+#include <boost/shared_ptr.hpp>
+
/**
* This abstract class is able to mix audiosignals with same channel count
* and sample rate and convert it to a specific output format.