summaryrefslogtreecommitdiffstats
path: root/src/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.cpp')
-rw-r--r--src/Thread.cpp4
1 files changed, 3 insertions, 1 deletions
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 <cstring>
+#include <string>
+
#include "raul/log.hpp"
#include "raul/Thread.hpp"
#define LOG(s) s << "[" << _name << "] "
-using namespace std;
+using std::endl;
namespace Raul {