From c3b484bb7579ec2baccad7b9fe4dad8f811776b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 26 May 2023 21:57:45 +0200 Subject: [PATCH] Properly include std::isnan() --- src/map/textpointitem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/textpointitem.cpp b/src/map/textpointitem.cpp index 9e7d2d2e..3a896896 100644 --- a/src/map/textpointitem.cpp +++ b/src/map/textpointitem.cpp @@ -1,3 +1,4 @@ +#include #include #include #include