summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-23 00:44:51 +0000
committerDavid Robillard <d@drobilla.net>2012-04-23 00:44:51 +0000
commit752a05296ba6b79cb63a55adf02198ceb6ad14e4 (patch)
treec56c5e15f345608cc626b62221ba95eac98f6919 /src/server/BufferFactory.hpp
parentf58af197e455202cf75995ce004570b1761eea08 (diff)
downloadingen-752a05296ba6b79cb63a55adf02198ceb6ad14e4.tar.gz
ingen-752a05296ba6b79cb63a55adf02198ceb6ad14e4.tar.bz2
ingen-752a05296ba6b79cb63a55adf02198ceb6ad14e4.zip
Maybe fix boost compilation errors again.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4247 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r--src/server/BufferFactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp
index 0e44f9ff..e04cf1e9 100644
--- a/src/server/BufferFactory.hpp
+++ b/src/server/BufferFactory.hpp
@@ -31,6 +31,7 @@
#include "ingen/shared/Forge.hpp"
#include "ingen/shared/URIs.hpp"
+#include "Buffer.hpp"
#include "PortType.hpp"
#include "types.hpp"
@@ -41,7 +42,6 @@ namespace Shared { class URIs; }
namespace Server {
class Engine;
-class Buffer;
class BufferFactory {
public: