From ba3e966984bc8864bccb247daa9d78d5165e13bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 Jan 2011 16:05:32 +0000 Subject: Code clean-up (cpplint). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2796 a436a847-0d15-0410-975c-d299462d15a1 --- src/Thread.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Thread.cpp') diff --git a/src/Thread.cpp b/src/Thread.cpp index 35cb569..d45f363 100644 --- a/src/Thread.cpp +++ b/src/Thread.cpp @@ -16,12 +16,14 @@ */ #include +#include + #include "raul/log.hpp" #include "raul/Thread.hpp" #define LOG(s) s << "[" << _name << "] " -using namespace std; +using std::endl; namespace Raul { -- cgit v1.2.1