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