Skip to content

Commit 336bf74

Browse files
committed
cras_cpp_common: format: Add std::chrono support to std::format shim.
1 parent cb3a1f3 commit 336bf74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cras_cpp_common/include/cras_cpp_common/format.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ using ::std::format_error;
4646

4747
#else
4848

49+
#include <fmt/chrono.h>
4950
#include <fmt/format.h>
5051

5152
namespace cras

0 commit comments

Comments
 (0)