]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/OsSemaphore.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] A few more const local pointers.
[simgrid.git] / src / xbt / OsSemaphore.hpp
index f6e70839466e5eac768530791dcb7943bc9bed53..e8bc29bbbd635c3a5ac4df951efed1a05ecf972e 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>