From dd4cc2b129567249de6cbbf9f5bc8068e0cc5411 Mon Sep 17 00:00:00 2001 From: saharNooby Date: Wed, 20 Sep 2023 20:39:58 +0400 Subject: [PATCH] Fix MacOS build --- tests/test_context_cloning.c | 1 + tests/test_logit_calculation_skipping.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_context_cloning.c b/tests/test_context_cloning.c index 0805c55..9087fca 100644 --- a/tests/test_context_cloning.c +++ b/tests/test_context_cloning.c @@ -1,6 +1,7 @@ // Tests that evaluation works after the context was cloned. #include #include +#include #include diff --git a/tests/test_logit_calculation_skipping.c b/tests/test_logit_calculation_skipping.c index 7e42b4f..2765a19 100644 --- a/tests/test_logit_calculation_skipping.c +++ b/tests/test_logit_calculation_skipping.c @@ -1,6 +1,7 @@ // Tests that evaluation works when the logits parameter was set to NULL. #include #include +#include #include