Fix build on GCC

This commit is contained in:
2025-10-16 10:53:35 +08:00
parent 7babaadce5
commit f7e2f6773f

View File

@@ -4,6 +4,7 @@
#include <stdint.h>
#include "fileop.h"
#include <vector>
#include <string.h>
#include "cstr_util.h"
class ReadStream {