mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-10 08:20:09 +00:00
Fix undefined template std::basic_string<char> (#726)
Getting this error when compiling on Mac with clang 17 Simple fix, add the string header in src/llama-impl.h Co-authored-by: Mohan Krishnan <mohan.krishnan@grab.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <vector>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifdef __MINGW32__
|
||||
|
||||
Reference in New Issue
Block a user