Skip to content

Commit 625f0ae

Browse files
committed
Restore missing #includes
1 parent b3c7db5 commit 625f0ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <string>
88
#include <unordered_map>
99
#include <fstream>
10+
#include <cmath>
1011
#include <cctype>
1112

1213
struct quant_option {

src/llama-quant.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
#include "llama-model-loader.h"
66

77
#include <algorithm>
8+
#include <cmath>
89
#include <cstring>
910
#include <cinttypes>
1011
#include <fstream>
12+
#include <mutex>
1113
#include <thread>
1214
#include <unordered_map>
1315

0 commit comments

Comments
 (0)