summaryrefslogtreecommitdiffstats
path: root/raul/Thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r--raul/Thread.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp
index 757b791..b81d32a 100644
--- a/raul/Thread.hpp
+++ b/raul/Thread.hpp
@@ -18,10 +18,12 @@
#ifndef RAUL_THREAD_HPP
#define RAUL_THREAD_HPP
+#include <iostream>
#include <set>
#include <string>
-#include <iostream>
+
#include <pthread.h>
+
#include <boost/utility.hpp>
namespace Raul {