summaryrefslogtreecommitdiffstats
path: root/src/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client.cpp')
-rw-r--r--src/Client.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Client.cpp b/src/Client.cpp
index 3baf3c0..41aaaca 100644
--- a/src/Client.cpp
+++ b/src/Client.cpp
@@ -16,10 +16,12 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#include <string>
+
#include "Client.hpp"
#include "Patchage.hpp"
-using namespace std;
+using std::string;
struct ClientImpl {
Project* project;