Skip to content

Commit 9009b2b

Browse files
authored
Merge pull request #25 from jesusmb1995/jmb/fixup_include
QVAC-6093: Stream shards. Fixup for gradle.
2 parents dc3dd18 + cb421f2 commit 9009b2b

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)