From 33a9d190fe488404a31efe6a99bf84b02cf19f8f Mon Sep 17 00:00:00 2001 From: Ojuro Yokoyama Date: Mon, 17 Feb 2025 16:03:42 +0900 Subject: [PATCH] Update wav.h --- examples/cpp/wav.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/cpp/wav.h b/examples/cpp/wav.h index 249d7e3..e6ef442 100644 --- a/examples/cpp/wav.h +++ b/examples/cpp/wav.h @@ -12,10 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. - #ifndef FRONTEND_WAV_H_ #define FRONTEND_WAV_H_ + #include #include #include @@ -24,6 +24,8 @@ #include +#include + // #include "utils/log.h" namespace wav { @@ -230,6 +232,6 @@ class WavWriter { int bits_per_sample_; }; -} // namespace wenet +} // namespace wav #endif // FRONTEND_WAV_H_