From 4f61ee302d3b8e133e87121db0949961cd3ba0b0 Mon Sep 17 00:00:00 2001 From: Piotr Wilkin Date: Sun, 15 Feb 2026 00:22:26 +0100 Subject: [PATCH] Windows compilation issues --- tests/test-chat-template.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test-chat-template.cpp b/tests/test-chat-template.cpp index 91ff83a729..6cc132131c 100644 --- a/tests/test-chat-template.cpp +++ b/tests/test-chat-template.cpp @@ -1,6 +1,8 @@ #include #include #include +#include +#include #include #include #include @@ -11,16 +13,13 @@ #include #include "llama.h" +#include "common.h" #include "chat.h" #include "jinja/runtime.h" #include "jinja/parser.h" #include "jinja/lexer.h" #include "jinja/caps.h" -#ifdef WIN32 -#include -#endif - using json = nlohmann::ordered_json; static int main_automated_tests(void);