summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r--src/server/BufferFactory.hpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp
index 5690113c..3fe46c35 100644
--- a/src/server/BufferFactory.hpp
+++ b/src/server/BufferFactory.hpp
@@ -19,10 +19,14 @@
#define INGEN_ENGINE_BUFFERFACTORY_HPP
#include <map>
+
#include <boost/intrusive_ptr.hpp>
-#include "glibmm/thread.h"
-#include "raul/RingBuffer.hpp"
+#include <glibmm/thread.h>
+
#include "raul/AtomicPtr.hpp"
+#include "raul/RingBuffer.hpp"
+#include "raul/SharedPtr.hpp"
+
#include "PortType.hpp"
#include "types.hpp"
@@ -49,7 +53,7 @@ public:
Ref get(PortType type, size_t size=0, bool force_create=false);
- Ref silent_buffer() { return _silent_buffer; }
+ Ref silent_buffer();
void set_block_length(SampleCount block_length);