0001-fix-build-with-gcc-13.patch 295 B

123456789101112
  1. diff --git a/test/MNNTestSuite.h b/test/MNNTestSuite.h
  2. index a7ea46e4..52ade143 100644
  3. --- a/test/MNNTestSuite.h
  4. +++ b/test/MNNTestSuite.h
  5. @@ -27,6 +27,7 @@
  6. #include <sys/stat.h>
  7. #include <sys/types.h>
  8. #include <dirent.h>
  9. +#include <cstdint>
  10. #endif
  11. static inline uint64_t getTimeInUs() {