Skip to content

Commit

Permalink
Update wave-reader.cc (#1278)
Browse files Browse the repository at this point in the history
* Update wave-reader.cc

missing "#include <cstdint>"
  • Loading branch information
diyism committed Aug 22, 2024
1 parent 0e0d04a commit c61423e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherpa-onnx/csrc/wave-reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "sherpa-onnx/csrc/wave-reader.h"

#include <cassert>
#include <cstdint>
#include <fstream>
#include <utility>
#include <vector>
Expand Down

0 comments on commit c61423e

Please sign in to comment.