Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
include a header we use
[simgrid.git] / src / xbt / OsSemaphore.hpp
index f6e7083..e8bc29b 100644 (file)
@@ -3,6 +3,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+#include <xbt/base.h>
+
 #include <condition_variable>
 #include <mutex>