Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
load the header needed by this file
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 9 Jul 2019 16:03:05 +0000 (18:03 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 9 Jul 2019 17:48:05 +0000 (19:48 +0200)
src/mc/mc_exit.hpp

index 8245a27..6494e19 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef SIMGRID_MC_EXIT_HPP
 #define SIMGRID_MC_EXIT_HPP
 #include "xbt/base.h"
+#include <exception>
 
 constexpr int SIMGRID_MC_EXIT_SUCCESS         = 0;
 constexpr int SIMGRID_MC_EXIT_SAFETY          = 1;