Skip to content

Commit f0b412c

Browse files
committed
examples : add more headers
1 parent e2d2fb1 commit f0b412c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/command/command.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "whisper.h"
1212
#include "grammar-parser.h"
1313

14+
#include <algorithm>
1415
#include <chrono>
1516
#include <cstdio>
1617
#include <fstream>

examples/common-whisper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <string>
44
#include <vector>
5+
#include <cstdint>
56

67
// Read WAV audio file and store the PCM data into pcmf32
78
// fname can be a buffer of WAV data instead of a filename

0 commit comments

Comments
 (0)