From ab2aa4d4922ab1a62b7a43013d09b2d9d144b3c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Aug 2008 23:34:41 +0000 Subject: Push serialiser down into core ('world'). HTTP access to patches (serialised on demand). git-svn-id: http://svn.drobilla.net/lad/ingen@1393 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/AllNotesOffEvent.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/engine/events/AllNotesOffEvent.cpp') diff --git a/src/libs/engine/events/AllNotesOffEvent.cpp b/src/libs/engine/events/AllNotesOffEvent.cpp index 2e1f45fa..a0b3360f 100644 --- a/src/libs/engine/events/AllNotesOffEvent.cpp +++ b/src/libs/engine/events/AllNotesOffEvent.cpp @@ -19,6 +19,8 @@ #include "Responder.hpp" #include "Engine.hpp" #include "ObjectStore.hpp" +#include "module/World.hpp" +#include "interface/Store.hpp" namespace Ingen { -- cgit v1.2.1