From c1775fa65273b5f5590a0319563159b13e901fbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jan 2011 20:59:40 +0000 Subject: Code cleanups (cpplint). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2804 a436a847-0d15-0410-975c-d299462d15a1 --- src/Client.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Client.cpp') 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 + #include "Client.hpp" #include "Patchage.hpp" -using namespace std; +using std::string; struct ClientImpl { Project* project; -- cgit v1.2.1