Skip to content

Commit

Permalink
[benchmarking] Add a missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck authored and agheata committed Nov 26, 2024
1 parent b789c6e commit c385a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/AdePT/benchmarking/TestManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <iomanip>
// Output files and directories
#include <filesystem>
#include <mutex>

struct TimeInfo {
std::chrono::time_point<CLOCK> start; ///< Start timestamp
Expand Down

0 comments on commit c385a73

Please sign in to comment.