diff options
Diffstat (limited to 'src/engine/NodeFactory.cpp')
-rw-r--r-- | src/engine/NodeFactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/NodeFactory.cpp b/src/engine/NodeFactory.cpp index f1df20b9..f9a468cc 100644 --- a/src/engine/NodeFactory.cpp +++ b/src/engine/NodeFactory.cpp @@ -46,6 +46,8 @@ using namespace std; namespace Ingen { +using namespace Internals; + NodeFactory::NodeFactory(Ingen::Shared::World* world) : _world(world) |