diff options
author | David Robillard <d@drobilla.net> | 2008-07-30 01:37:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-30 01:37:13 +0000 |
commit | 0fe061cde1c419306bb4d3bc3542dda4d92178e7 (patch) | |
tree | 6a9996eeacc617658ee685ff27e9fb6cdefc3433 /src/libs/engine/events | |
parent | 2fa588b481e717e823e4b049d0e65b8e99e45628 (diff) | |
download | ingen-0fe061cde1c419306bb4d3bc3542dda4d92178e7.tar.gz ingen-0fe061cde1c419306bb4d3bc3542dda4d92178e7.tar.bz2 ingen-0fe061cde1c419306bb4d3bc3542dda4d92178e7.zip |
Fix building with language bindings.
git-svn-id: http://svn.drobilla.net/lad/ingen@1312 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events')
-rw-r--r-- | src/libs/engine/events/CreateNodeEvent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/engine/events/CreateNodeEvent.cpp b/src/libs/engine/events/CreateNodeEvent.cpp index 9a882209..7589b150 100644 --- a/src/libs/engine/events/CreateNodeEvent.cpp +++ b/src/libs/engine/events/CreateNodeEvent.cpp @@ -18,6 +18,7 @@ #include <raul/Maid.hpp> #include <raul/Path.hpp> #include <raul/Path.hpp> +#include <redlandmm/World.hpp> #include "module/World.hpp" #include "CreateNodeEvent.hpp" #include "Responder.hpp" |