Преглед изворни кода

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

nihui пре 2 година
родитељ
комит
cbfa36c571
1 измењених фајлова са 1 додато и 1 уклоњено
  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"