summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalNote.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalNote.cpp')
-rw-r--r--src/engine/InternalNote.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/InternalNote.cpp b/src/engine/InternalNote.cpp
index 0e5807a0..3120ca96 100644
--- a/src/engine/InternalNote.cpp
+++ b/src/engine/InternalNote.cpp
@@ -35,6 +35,8 @@ using namespace std;
namespace Ingen {
+using namespace Shared;
+
static InternalPlugin note_plugin(NS_INTERNALS "Note", "note");
NoteNode::NoteNode(const string& path, bool polyphonic, PatchImpl* parent, SampleRate srate, size_t buffer_size)