We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3dd18 commit cb421f2Copy full SHA for cb421f2
ggml/include/gguf.h
@@ -201,6 +201,6 @@ extern "C" {
201
#endif
202
203
#if defined(__cplusplus) && __cplusplus >= 201703L
204
-#include <ios>
+#include <streambuf>
205
GGML_API struct gguf_context * gguf_init_from_buffer(std::basic_streambuf<char>& streambuf, struct gguf_init_params params);
206
0 commit comments