mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-15 20:53:00 -04:00
fix build on windows
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <limits>
|
||||
#include <array>
|
||||
#include <numeric>
|
||||
#include <functional>
|
||||
|
||||
struct clip_logger_state g_logger_state = {GGML_LOG_LEVEL_CONT, clip_log_callback_default, NULL};
|
||||
|
||||
|
Reference in New Issue
Block a user