Skip to content

Commit cb421f2

Browse files
committed
fix_include
1 parent dc3dd18 commit cb421f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/include/gguf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ extern "C" {
201201
#endif
202202

203203
#if defined(__cplusplus) && __cplusplus >= 201703L
204-
#include <ios>
204+
#include <streambuf>
205205
GGML_API struct gguf_context * gguf_init_from_buffer(std::basic_streambuf<char>& streambuf, struct gguf_init_params params);
206206
#endif

0 commit comments

Comments
 (0)