Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
proper check for the -std=gnu++11 standard, and take in on clang too
[simgrid.git] / src / mc / mc_base.cpp
index 008f129..bc0e314 100644 (file)
@@ -22,7 +22,9 @@
 #include "mc_server.h"
 #endif
 
+#ifdef HAVE_MC
 using simgrid::mc::remote;
+#endif
 
 extern "C" {