X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4f4afa70b8cc31bd39d3ab5dbaf7ae899c77b34b..844de0597296879c91593ae0604d5718498b81e3:/include/xbt/string.hpp diff --git a/include/xbt/string.hpp b/include/xbt/string.hpp index 7af6d332c1..cd51303a28 100644 --- a/include/xbt/string.hpp +++ b/include/xbt/string.hpp @@ -6,7 +6,7 @@ #ifndef SIMGRID_XBT_STRING_HPP #define SIMGRID_XBT_STRING_HPP -#include +#include #include #include @@ -136,7 +136,7 @@ public: bool empty() const { return len != 0; } void shrink_to_fit() { /* Being there, but doing nothing */} - // Alement access + // Element access char* data() { return string_data::data; } const char* data() const { return string_data::data; } char* c_str() { return string_data::data; }