X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5548be597764f396bc3f96646e2e3201058ec984..e7c0a8d73d340b86d3236d7e0458898600d1c0fe:/include/xbt/string.hpp diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index 164d1a0fce..86a0c9825e 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -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 #include @@ -296,4 +297,4 @@ typedef std::string string; #endif -#endif \ No newline at end of file +#endif