Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: make sure we include the definition of HAVE_MC
[simgrid.git] / src / include / mc / mc.h
index 0a08e99..bf7593a 100644 (file)
@@ -15,6 +15,7 @@
 #include "xbt/function_types.h"
 #include "mc/datatypes.h"
 #include "simix/datatypes.h"
+#include "gras_config.h" /* Definition of HAVE_MC */
 
 #ifdef HAVE_MC
 extern int _surf_do_model_check;