Skip to content

Commit

Permalink
Added #include <cstdint> to fix gcc 13.2 compilation error. (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
dym21 authored Sep 25, 2023
1 parent f91c49a commit fef6108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherpa-onnx/csrc/parse-options.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_
#define SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_

#include <cstdint>
#include <sstream>
#include <string>
#include <unordered_map>
Expand Down

0 comments on commit fef6108

Please sign in to comment.