Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert my (subtle) attempts to fork simgrid...
[simgrid.git] / include / xbt / string.hpp
index 164d1a0..86a0c98 100644 (file)
@@ -4,10 +4,11 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef SIMGRIC_XBT_STRING_HPP
-#define SIMGRIC_XBT_STRING_HPP
+#ifndef SIMGRID_XBT_STRING_HPP
+#define SIMGRID_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