Changed to use <cmath> instead of <math.h>

This commit is contained in:
juk 2025-04-12 18:54:40 +01:00
parent 2a4e1b25b0
commit 77fe59b402

View File

@ -10,7 +10,7 @@
#include <cstring>
#include <stdexcept>
#include <cinttypes>
#include <math.h>
#include <cmath>
//
// llama_context