Mesh: Fix build with pch

Add missing <cfloat> for FLT_MAX
This commit is contained in:
Yuri D'Elia
2024-01-02 17:35:17 +01:00
parent 9bfb752a34
commit 91440e6103

View File

@@ -44,6 +44,7 @@
// standard
#include <ios>
#include <cfloat>
// STL
#include <algorithm>