summaryrefslogtreecommitdiffstats
path: root/src/engine/GraphObjectImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/GraphObjectImpl.cpp')
-rw-r--r--src/engine/GraphObjectImpl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/GraphObjectImpl.cpp b/src/engine/GraphObjectImpl.cpp
index 929eed2a..b5d04106 100644
--- a/src/engine/GraphObjectImpl.cpp
+++ b/src/engine/GraphObjectImpl.cpp
@@ -20,8 +20,13 @@
#include "PatchImpl.hpp"
#include "EngineStore.hpp"
+using namespace std;
+using namespace Raul;
+
namespace Ingen {
+using namespace Shared;
+
void
GraphObjectImpl::set_variable(const Raul::URI& key, const Atom& value)
{