fix build on windows

This commit is contained in:
Xuan Son Nguyen
2025-05-06 13:37:20 +02:00
parent 98ce93e776
commit fc420d3c7e

View File

@@ -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};