Skip to content

Commit

Permalink
move cfloat to try and fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD committed Mar 11, 2024
1 parent a8a922c commit 54a704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ extern "C" {
}
#endif

#ifdef __cplusplus
#include <cfloat>
#ifdef __cplusplus
#include <cstdio>
#include <cstring>
#include <stdexcept>
Expand Down

0 comments on commit 54a704a

Please sign in to comment.