Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add suitable #include for HAVE_MC
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 17 Mar 2016 09:53:05 +0000 (10:53 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 17 Mar 2016 09:53:05 +0000 (10:53 +0100)
include/xbt/string.hpp

index 738cf32..9840855 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef SIMGRID_XBT_STRING_HPP
 #define SIMGRID_XBT_STRING_HPP
 
+#include <simgrid_config.h>
+
 #if HAVE_MC
 
 #include <stdexcept>