Skip to content

Commit ee93af2

Browse files
Victor Yapstarlocke
authored andcommitted
common, examples: add new MS STL <chrono> references, fixing breaking changes
1 parent a8ac707 commit ee93af2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-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 <cinttypes>
1515
#include <climits>
1616
#include <cmath>
17+
#include <chrono>
1718
#include <codecvt>
1819
#include <cstdarg>
1920
#include <cstring>

common/log.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "log.h"
22

3+
#include <chrono>
34
#include <condition_variable>
45
#include <cstdarg>
56
#include <cstdio>

examples/imatrix/imatrix.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "log.h"
44
#include "llama.h"
55

6+
#include <chrono>
67
#include <cmath>
78
#include <cstdio>
89
#include <cstring>

examples/perplexity/perplexity.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "log.h"
44
#include "llama.h"
55

6+
#include <chrono>
67
#include <algorithm>
78
#include <array>
89
#include <atomic>

0 commit comments

Comments
 (0)