diff options
Diffstat (limited to 'src/Client.cpp')
-rw-r--r-- | src/Client.cpp | 4 |
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; |