diff --git a/modules/examples/examples/mcap_reader.cpp b/modules/examples/examples/mcap_reader.cpp index 967abc7b..40dc9a92 100644 --- a/modules/examples/examples/mcap_reader.cpp +++ b/modules/examples/examples/mcap_reader.cpp @@ -5,6 +5,8 @@ #define MCAP_IMPLEMENTATION #define MCAP_COMPRESSION_NO_ZSTD #define MCAP_COMPRESSION_NO_LZ4 +#include + #include #include #include diff --git a/modules/examples/examples/zenoh_sub.cpp b/modules/examples/examples/zenoh_sub.cpp index be285b56..a8671b83 100644 --- a/modules/examples/examples/zenoh_sub.cpp +++ b/modules/examples/examples/zenoh_sub.cpp @@ -4,11 +4,11 @@ #include #include -#include #include #include #include +#include #include #include diff --git a/modules/examples/examples/zenoh_sub_any.cpp b/modules/examples/examples/zenoh_sub_any.cpp index 294c3bc8..287eedbf 100644 --- a/modules/examples/examples/zenoh_sub_any.cpp +++ b/modules/examples/examples/zenoh_sub_any.cpp @@ -4,11 +4,11 @@ #include #include -#include #include #include #include +#include #include #include diff --git a/modules/utils/src/version_impl.h b/modules/utils/src/version_impl.h index adecbe1a..6051c49f 100644 --- a/modules/utils/src/version_impl.h +++ b/modules/utils/src/version_impl.h @@ -19,6 +19,6 @@ static constexpr std::uint16_t VERSION_PATCH = 1; static constexpr std::string_view REPO_BRANCH = "devel/ament"; static constexpr std::string_view BUILD_PROFILE = "RelWithDebInfo"; -static constexpr std::string_view REPO_HASH = "d99f276"; +static constexpr std::string_view REPO_HASH = "ec6db57"; } // namespace heph::utils