Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add include to lift potential ambiguity for std::abs
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 21 Nov 2018 13:05:27 +0000 (14:05 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 21 Nov 2018 13:05:27 +0000 (14:05 +0100)
teshsuite/s4u/cloud-sharing/cloud-sharing.cpp

index 1cbb06b..4aca6ec 100644 (file)
@@ -7,6 +7,7 @@
 #include "simgrid/s4u.hpp"
 #include "simgrid/plugins/energy.h"
 #include "simgrid/s4u/VirtualMachine.hpp"
+#include <cmath>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example");