Skip to content

Commit e9f91c7

Browse files
committed
add <fmt/chrono.h> header to includes explicitly, to be able to format chrono data types
1 parent e79bfe7 commit e9f91c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/application.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "ui/layout.hpp"
1111

1212
#include <chrono>
13+
#include <fmt/chrono.h>
1314
#include <future>
1415
#include <memory>
1516
#include <ranges>

0 commit comments

Comments
 (0)