From 752a05296ba6b79cb63a55adf02198ceb6ad14e4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Apr 2012 00:44:51 +0000 Subject: Maybe fix boost compilation errors again. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4247 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/BufferFactory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/BufferFactory.hpp') 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: -- cgit v1.2.1