Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move MC malloc introspection code in simgrid::mc
[simgrid.git] / include / xbt / string.hpp
index 164d1a0..633162a 100644 (file)
@@ -7,7 +7,8 @@
 #ifndef SIMGRIC_XBT_STRING_HPP
 #define SIMGRIC_XBT_STRING_HPP
 
-#ifdef HAVE_MC
+#include "src/internal_config.h"
+#if HAVE_MC
 
 #include <stdexcept>
 #include <cstddef>
@@ -296,4 +297,4 @@ typedef std::string string;
 
 #endif
 
-#endif
\ No newline at end of file
+#endif