X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d780545ccaaae487edef9b6d293f3c61ab511fe4..4b32ddf4bee1dda9b0f044d23177983f629f2159:/src/mc/LocationList.cpp diff --git a/src/mc/LocationList.cpp b/src/mc/LocationList.cpp index aabcab59b0..fdf5cd536c 100644 --- a/src/mc/LocationList.cpp +++ b/src/mc/LocationList.cpp @@ -4,6 +4,15 @@ /* 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. */ +#include +#include +#include + +#include +#include + +#include + #include "src/mc/mc_dwarf.hpp" #include "src/mc/ObjectInformation.hpp" #include "src/mc/LocationList.hpp" @@ -103,7 +112,7 @@ LocationList location_list( locations.push_back({ DwarfExpression(ops, ops+len), range }); } - return std::move(locations); + return locations; }