summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestPortValueEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestPortValueEvent.cpp')
-rw-r--r--src/engine/events/RequestPortValueEvent.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/events/RequestPortValueEvent.cpp b/src/engine/events/RequestPortValueEvent.cpp
index b4502ae2..5f3a33a7 100644
--- a/src/engine/events/RequestPortValueEvent.cpp
+++ b/src/engine/events/RequestPortValueEvent.cpp
@@ -25,8 +25,13 @@
#include "AudioBuffer.hpp"
#include "ProcessContext.hpp"
+using namespace std;
+using namespace Raul;
+
namespace Ingen {
+using namespace Shared;
+
RequestPortValueEvent::RequestPortValueEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Path& port_path)
: QueuedEvent(engine, responder, timestamp)