Skip to content

Commit 11aa7f3

Browse files
authored
Merge pull request #2378 from LilyWangLL/iox-2377
iox-#2377: Include `<chrono>` for system_clock
2 parents e693cc2 + 53d1835 commit 11aa7f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/website/release-notes/iceoryx-unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
- Fix Bzlmod module name typo [#2364](https://github.com/eclipse-iceoryx/iceoryx/issues/2364)
147147
- Add //:iceoryx Bazel alias [#2368](https://github.com/eclipse-iceoryx/iceoryx/issues/2368)
148148
- Depend on @ncurses when building with Bazel [#2372](https://github.com/eclipse-iceoryx/iceoryx/issues/2372)
149+
- Fix windows performance issue [#2377](https://github.com/eclipse-iceoryx/iceoryx/issues/2377)
149150

150151
**Refactoring:**
151152

iceoryx_platform/win/source/time.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// SPDX-License-Identifier: Apache-2.0
1717

1818
#include "iceoryx_platform/time.hpp"
19+
#include <chrono>
1920

2021
static std::chrono::nanoseconds getNanoSeconds(const timespec& value)
2122
{

0 commit comments

Comments
 (0)