From 9df964cbb4c624c497e184e1ee705bb9db0f5b44 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Tue, 2 Jan 2024 19:28:09 +0100 Subject: [PATCH] App: Fix build with pch Include for DBL_MAX --- src/App/PreCompiled.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/PreCompiled.h b/src/App/PreCompiled.h index 046783405f..86389849a5 100644 --- a/src/App/PreCompiled.h +++ b/src/App/PreCompiled.h @@ -49,6 +49,7 @@ #include #include #include +#include #ifdef FC_OS_WIN32 # include