Skip to content

Commit e25e9de

Browse files
committed
Add missing "fmt/chrono.h" includes.
1 parent eb4b2f1 commit e25e9de

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Diff for: src/hws/cpu/hardware_sampler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "hws/sample_category.hpp" // hws::sample_category
1414
#include "hws/utility.hpp" // hws::detail::{split, split_as, trim, convert_to, starts_with}
1515

16+
#include "fmt/chrono.h" // direct formatting of std::chrono types
1617
#include "fmt/format.h" // fmt::format
1718
#include "fmt/ranges.h" // fmt::join
1819

Diff for: src/hws/event.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "hws/event.hpp"
99

10+
#include "fmt/chrono.h" // direct formatting of std::chrono types
1011
#include "fmt/format.h" // fmt::format
1112

1213
#include <ostream> // std::ostream

Diff for: src/hws/gpu_amd/hardware_sampler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "hws/sample_category.hpp" // hws::sample_category
1414
#include "hws/utility.hpp" // hws::detail::time_points_to_epoch
1515

16+
#include "fmt/chrono.h" // direct formatting of std::chrono types
1617
#include "fmt/format.h" // fmt::format
1718
#include "fmt/ranges.h" // fmt::join
1819
#include "hip/hip_runtime_api.h" // HIP runtime functions

Diff for: src/hws/gpu_intel/hardware_sampler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "hws/sample_category.hpp" // hws::sample_category
1515
#include "hws/utility.hpp" // hws::{durations_from_reference_time, join}
1616

17+
#include "fmt/chrono.h" // direct formatting of std::chrono types
1718
#include "fmt/format.h" // fmt::format
1819
#include "level_zero/ze_api.h" // Level Zero runtime functions
1920
#include "level_zero/zes_api.h" // Level Zero runtime functions

Diff for: src/hws/gpu_nvidia/hardware_sampler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "hws/sample_category.hpp" // hws::sample_category
1515
#include "hws/utility.hpp" // hws::detail::time_points_to_epoch
1616

17+
#include "fmt/chrono.h" // direct formatting of std::chrono types
1718
#include "fmt/format.h" // fmt::format
1819
#include "fmt/ranges.h" // fmt::join
1920
#include "nvml.h" // NVML runtime functions

0 commit comments

Comments
 (0)