Skip to content

Commit c99060b

Browse files
uilianriesstruct
authored andcommitted
common : add missing chrono header for common.cpp (ggml-org#16211)
Signed-off-by: Uilian Ries <[email protected]>
1 parent c9386e6 commit c99060b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/common.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <climits>
1515
#include <cmath>
1616
#include <codecvt>
17+
#include <chrono>
1718
#include <cstdarg>
1819
#include <cstring>
1920
#include <ctime>

0 commit comments

Comments
 (0)