Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix build by adding back some includes
[simgrid.git] / src / xbt / parmap.cpp
index 4afc9f7..df47a7a 100644 (file)
@@ -4,6 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <atomic>
+#include <climits>
 
 #include "src/internal_config.h"
 #if HAVE_UNISTD_H