From 5125896beb20e97951fc5fe53c03727b8d0a364f Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Sun, 10 Mar 2024 22:54:02 -0400 Subject: [PATCH] Revert "move cfloat to try and fix ci build" This reverts commit 54a704a0413be4c9cf29fac7bcdb0472c001e2cb. --- llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.h b/llama.h index 2df08f0ae..35b9fdb05 100644 --- a/llama.h +++ b/llama.h @@ -950,8 +950,8 @@ extern "C" { } #endif -#include #ifdef __cplusplus +#include #include #include #include