Browse Source

fix build warning and error with gcc-13 (#251)

nihui 2 năm trước cách đây
mục cha
commit
cbfa36c571
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sherpa-ncnn/csrc/symbol-table.cc

+ 1 - 1
sherpa-ncnn/csrc/symbol-table.cc

@@ -19,9 +19,9 @@
 #include "sherpa-ncnn/csrc/symbol-table.h"
 
 #include <cassert>
+#include <cstdint>
 #include <fstream>
 #include <sstream>
-#include <strstream>
 
 #if __ANDROID_API__ >= 9
 #include "android/asset_manager.h"