Update common.cpp
add #include <thread> as it was in earlier versions of common.cpp. Without this under Windows (gcc mingw) didn't work ctl+c in cmd.
This commit is contained in:
parent
396856b400
commit
2ed9941ecb
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
#if defined(LLAMA_USE_CURL)
|
||||
#include <curl/curl.h>
|
||||
#include <curl/easy.h>
|
||||
#include <thread>
|
||||
#include <future>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue