Procházet zdrojové kódy

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

nihui před 2 roky
rodič
revize
cbfa36c571
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"