Prechádzať zdrojové kódy

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

nihui 2 rokov pred
rodič
commit
cbfa36c571
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"