summaryrefslogtreecommitdiffstats
path: root/src/server/OutputPort.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-23 00:28:01 +0000
committerDavid Robillard <d@drobilla.net>2012-04-23 00:28:01 +0000
commit170025af736c1bfea56799f64384c4915047b8e5 (patch)
tree6b5ea57bac0e72e115420f0e2c55dd086e4b2358 /src/server/OutputPort.cpp
parent034c8948e8fe47b487e17a8dd438f3a9857d571a (diff)
downloadingen-170025af736c1bfea56799f64384c4915047b8e5.tar.gz
ingen-170025af736c1bfea56799f64384c4915047b8e5.tar.bz2
ingen-170025af736c1bfea56799f64384c4915047b8e5.zip
Maybe fix boost compilation errors.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4245 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/OutputPort.cpp')
-rw-r--r--src/server/OutputPort.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/OutputPort.cpp b/src/server/OutputPort.cpp
index 1a5e88d9..f7d6de95 100644
--- a/src/server/OutputPort.cpp
+++ b/src/server/OutputPort.cpp
@@ -17,6 +17,7 @@
#include "ingen/Patch.hpp"
#include "Buffer.hpp"
+#include "BufferFactory.hpp"
#include "NodeImpl.hpp"
#include "OutputPort.hpp"
#include "ProcessContext.hpp"