Skip to content

Commit

Permalink
Merge pull request #2378 from LilyWangLL/iox-2377
Browse files Browse the repository at this point in the history
iox-#2377: Include `<chrono>` for system_clock
  • Loading branch information
elfenpiff authored Dec 6, 2024
2 parents e693cc2 + 53d1835 commit 11aa7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
- Fix Bzlmod module name typo [#2364](https://github.com/eclipse-iceoryx/iceoryx/issues/2364)
- Add //:iceoryx Bazel alias [#2368](https://github.com/eclipse-iceoryx/iceoryx/issues/2368)
- Depend on @ncurses when building with Bazel [#2372](https://github.com/eclipse-iceoryx/iceoryx/issues/2372)
- Fix windows performance issue [#2377](https://github.com/eclipse-iceoryx/iceoryx/issues/2377)

**Refactoring:**

Expand Down
1 change: 1 addition & 0 deletions iceoryx_platform/win/source/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// SPDX-License-Identifier: Apache-2.0

#include "iceoryx_platform/time.hpp"
#include <chrono>

static std::chrono::nanoseconds getNanoSeconds(const timespec& value)
{
Expand Down

0 comments on commit 11aa7f3

Please sign in to comment.