Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
include a header we use
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 20 Apr 2019 21:25:33 +0000 (23:25 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 5 May 2019 15:02:05 +0000 (17:02 +0200)
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. */
 
 /* 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>
 
 #include <condition_variable>
 #include <mutex>