Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floriantschopp committed Mar 19, 2024
1 parent ec6db57 commit 65db096
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions modules/examples/examples/mcap_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#define MCAP_IMPLEMENTATION
#define MCAP_COMPRESSION_NO_ZSTD
#define MCAP_COMPRESSION_NO_LZ4
#include <filesystem>

#include <fmt/core.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/examples/examples/zenoh_sub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

#include <chrono>
#include <cstdlib>
#include <fmt/format.h>
#include <thread>

#include <fmt/chrono.h>
#include <fmt/core.h>
#include <fmt/format.h>
#include <zenoh.h>
#include <zenohc.hxx>

Expand Down
2 changes: 1 addition & 1 deletion modules/examples/examples/zenoh_sub_any.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

#include <chrono>
#include <cstdlib>
#include <fmt/format.h>
#include <thread>

#include <fmt/chrono.h>
#include <fmt/core.h>
#include <fmt/format.h>
#include <zenoh.h>
#include <zenohc.hxx>

Expand Down
2 changes: 1 addition & 1 deletion modules/utils/src/version_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65db096

Please sign in to comment.