diff options
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp index 1d5c4589..cd5ffb06 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -29,7 +29,8 @@ #include "raul/TableImpl.hpp" #include "interface/EngineInterface.hpp" #include "shared/Store.hpp" -using std::string; using std::list; + +using namespace std; using Ingen::Shared::EngineInterface; using Raul::Path; using Raul::Atom; |