From fd5d433a2bc62799b5cba7ae425b3e3bcaa5840f Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Wed, 21 Jan 2026 13:12:37 +0000 Subject: [PATCH] fix: Missing header in ai_llm_retry_scenarios-t - Add #include for C++ std::string support Resolves compilation errors for ai_llm_retry_scenarios-t test. --- test/tap/tests/ai_llm_retry_scenarios-t.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tap/tests/ai_llm_retry_scenarios-t.cpp b/test/tap/tests/ai_llm_retry_scenarios-t.cpp index 175e74668..211586e19 100644 --- a/test/tap/tests/ai_llm_retry_scenarios-t.cpp +++ b/test/tap/tests/ai_llm_retry_scenarios-t.cpp @@ -14,6 +14,7 @@ */ #include "tap.h" +#include #include #include #include