Skip to content

Commit

Permalink
Update wave-reader.cc (#356)
Browse files Browse the repository at this point in the history
Fix gcc13.x and above, 'uint8_t' was not declared in this scope
  • Loading branch information
Abandon-ht authored Aug 24, 2024
1 parent f92325f commit 5503f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherpa-ncnn/csrc/wave-reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "sherpa-ncnn/csrc/wave-reader.h"

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

0 comments on commit 5503f8d

Please sign in to comment.