summaryrefslogtreecommitdiffstats
path: root/src/Project.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Project.cpp')
-rw-r--r--src/Project.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Project.cpp b/src/Project.cpp
index 2e99727..38a2beb 100644
--- a/src/Project.cpp
+++ b/src/Project.cpp
@@ -19,8 +19,9 @@
#include "Project.hpp"
#include "Client.hpp"
-using namespace std;
using boost::shared_ptr;
+using std::string;
+using std::list;
struct ProjectImpl {
string name;