Index: src/libcfa/concurrency/threads
===================================================================
--- src/libcfa/concurrency/threads	(revision 596f987b3b97b71c5ffd2f87a1b6f90e82761547)
+++ src/libcfa/concurrency/threads	(revision 17e5e2bb613150bc32f635805538e2f8cab7dce2)
@@ -15,6 +15,8 @@
 //
 
-#ifndef __THREADS_H__
-#define __THREADS_H__
+#ifdef __CFORALL__
+
+#ifndef THREADS_H
+#define THREADS_H
 
 #include "assert"       //
@@ -111,5 +113,9 @@
 }
 
-#endif //__THREADS_H__
+#endif //THREADS_H
+
+#else
+#include_next <thread>
+#endif //__CFORALL__
 
 // Local Variables: //
