1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

fixes for gcc: Missing include float.h

This commit is contained in:
bubnikv
2016-09-13 15:59:23 +02:00
parent 7d56827e26
commit 17d9c8c9dd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <algorithm>
#include <vector>
#include <float.h>
#include <wx/image.h>
@@ -1,5 +1,6 @@
#include <memory.h>
#include <string.h>
#include <float.h>
#include "../libslic3r.h"
#include "../PrintConfig.hpp"