Skip to content

Commit 2ed9941

Browse files
authored
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.
1 parent 396856b commit 2ed9941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/common.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
#if defined(LLAMA_USE_CURL)
5858
#include <curl/curl.h>
5959
#include <curl/easy.h>
60+
#include <thread>
6061
#include <future>
6162
#endif
6263

0 commit comments

Comments
 (0)