Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use C++11 constructs to please sonar
[simgrid.git] / include / xbt / synchro_core.h
index 50684ed..c3378ad 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _XBT_THREAD_H
 #define _XBT_THREAD_H
 
+#include <simgrid/simix.h>
+
 #include "xbt/misc.h"           /* SG_BEGIN_DECL */
 #include "xbt/function_types.h"
 
@@ -27,7 +29,6 @@ SG_BEGIN_DECL()
  *  @{
  */
 
-
 /** @brief Thread mutex data type (opaque object)
  *  @hideinitializer
  */