Skip to content

Commit dc63a20

Browse files
committed
squash! examples : add wer cli example
Add include for tuple in wer.cpp
1 parent c008d29 commit dc63a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/wer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <string>
77
#include <algorithm>
88
#include <sstream>
9+
#include <tuple>
910

1011
std::vector<std::string> split_into_words(const std::string& text) {
1112
std::vector<std::string> words;

0 commit comments

Comments
 (0)