mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Add <cfloat> for missing DBL_MAX declaration (#6582)
Fixes build on linux/gcc10.
This commit is contained in:
parent
8da004800d
commit
35195dc593
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "Model.hpp"
|
||||
#include "Print.hpp"
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
// Add or remove support modifier ModelVolumes from model_object_dst to match the ModelVolumes of model_object_new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue