Skip to content

Commit

Permalink
iox-#2377: Include <chrono> for system_clock
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangLL committed Dec 3, 2024
1 parent e693cc2 commit 22a4f5e
Showing 1 changed file with 1 addition and 0 deletions.
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 22a4f5e

Please sign in to comment.