X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a0ee21b4f03befdbfe929e5e17c837586c3643d0..ec83ae9a081ffd1d19bfecaf81cb99c32bdf6b83:/include/xbt/string.hpp diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index 0c9221a542..b1638673d9 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -13,7 +13,7 @@ #include #include -#if HAVE_MC +#if SIMGRID_HAVE_MC #include #include @@ -28,7 +28,7 @@ namespace simgrid { namespace xbt { -#if HAVE_MC +#if SIMGRID_HAVE_MC /** POD structure representation of a string */