Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Add missing include
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 20 Jun 2016 07:04:18 +0000 (09:04 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 20 Jun 2016 07:08:34 +0000 (09:08 +0200)
include/simgrid/s4u/conditionVariable.hpp

index ec9823d..f279016 100644 (file)
@@ -6,8 +6,10 @@
 #ifndef SIMGRID_S4U_COND_VARIABLE_HPP
 #define SIMGRID_S4U_COND_VARIABLE_HPP
 
-#include <simgrid/s4u/mutex.hpp>
+#include <utility> // std::swap
 
+#include <simgrid/simix.h>
+#include <simgrid/s4u/mutex.hpp>
 
 namespace simgrid {
 namespace s4u {