From 121b8a2c33125225e11539b83d87cb9a1d70e537 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 May 2012 02:46:59 +0000 Subject: Add missing includes and fix types that confuse Doxygen. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4404 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/PostProcessor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/PostProcessor.hpp') diff --git a/src/server/PostProcessor.hpp b/src/server/PostProcessor.hpp index 38a7d43d..31f49ad4 100644 --- a/src/server/PostProcessor.hpp +++ b/src/server/PostProcessor.hpp @@ -25,8 +25,9 @@ namespace Ingen { namespace Server { -class Event; class Engine; +class Event; +class ProcessContext; /** Processor for Events after leaving the audio thread. * -- cgit v1.2.1