Skip to content

Commit 5a304b8

Browse files
committed
Add missing #include
1 parent 054ede4 commit 5a304b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <fstream>
1010
#include <cmath>
1111
#include <cctype>
12+
#include <algorithm>
1213

1314
struct quant_option {
1415
std::string name;

0 commit comments

Comments
 (0)