summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 8fcda46f..c23a728a 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -50,10 +50,10 @@
#include "bindings/ingen_bindings.hpp"
#endif
-
using namespace std;
using namespace Ingen;
-
+using namespace Ingen::Shared;
+using namespace Raul;
SharedPtr<Engine> engine;