Skip to content

Commit 41b6925

Browse files
authored
Merge pull request #2422 from mjcarroll/iox-2420-add-chrono-header
iox-#2420 Add missing header <chrono>
2 parents 301d996 + 6ada912 commit 41b6925

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Bugfixes:**
1010

11-
- Foo Bar [\#000](https://github.com/eclipse-iceoryx/iceoryx/issues/000)
11+
- Add missing header <chrono> [#2420](https://github.com/eclipse-iceorxy/iceoryx/issues/2420)
1212

1313
**Refactoring:**
1414

iceoryx_hoofs/platform/win/source/time.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
#include "iceoryx_hoofs/platform/time.hpp"
1919

20+
#include <chrono>
21+
2022
static std::chrono::nanoseconds getNanoSeconds(const timespec& value)
2123
{
2224
static constexpr uint64_t NANOSECONDS = 1000000000u;

0 commit comments

Comments
 (0)