Skip to content

Commit

Permalink
[C++] More #include <chrono> fixes for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Feb 28, 2025
1 parent bc20fa2 commit f8d2e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aeron-client/src/main/cpp/ClientConductor.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef AERON_CLIENT_CONDUCTOR_H
#define AERON_CLIENT_CONDUCTOR_H

#include <chrono>
#include <unordered_map>
#include <vector>
#include <mutex>
Expand Down
1 change: 1 addition & 0 deletions aeron-samples/src/main/cpp/raw/TimeTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <iostream>
#include <thread>
#include <chrono>

using namespace std;

Expand Down

0 comments on commit f8d2e0f

Please sign in to comment.