summaryrefslogtreecommitdiffstats
path: root/src/server/InternalBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalBlock.cpp')
-rw-r--r--src/server/InternalBlock.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/server/InternalBlock.cpp b/src/server/InternalBlock.cpp
index a1f5b5b1..298f5471 100644
--- a/src/server/InternalBlock.cpp
+++ b/src/server/InternalBlock.cpp
@@ -17,16 +17,31 @@
#include "InternalBlock.hpp"
#include "Buffer.hpp"
+#include "BufferFactory.hpp"
#include "Engine.hpp"
#include "InternalPlugin.hpp"
+#include "PluginImpl.hpp"
#include "PortImpl.hpp"
+#include "ingen/URIs.hpp"
+#include "raul/Array.hpp"
+
#include <cstddef>
#include <cstdint>
+namespace Raul {
+class Symbol;
+}
+
namespace ingen {
+
+class Atom;
+
namespace server {
+class GraphImpl;
+class RunContext;
+
InternalBlock::InternalBlock(PluginImpl* plugin,
const Raul::Symbol& symbol,
bool poly,