From 86a52bff2d7adcfc71e008d5bbaea6b8df8800d0 Mon Sep 17 00:00:00 2001 From: Yuuki Galaxy Date: Tue, 3 Dec 2024 21:25:29 +0800 Subject: [PATCH] modified: src1/worker.c --- c_cpp/salusFstReCoord/src1/worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_cpp/salusFstReCoord/src1/worker.c b/c_cpp/salusFstReCoord/src1/worker.c index 9468e3179..79c5ed95e 100644 --- a/c_cpp/salusFstReCoord/src1/worker.c +++ b/c_cpp/salusFstReCoord/src1/worker.c @@ -1,5 +1,5 @@ #include // DBL_MAX -#include // floor, nextafter +#include // floor, nextafter, INFINITY #include "common.h" -- 2.11.4.GIT