Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libslic3r/GCodeWriter.cpp')
-rw-r--r--src/libslic3r/GCodeWriter.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libslic3r/GCodeWriter.cpp b/src/libslic3r/GCodeWriter.cpp
index ede145d8d..09e45f1fe 100644
--- a/src/libslic3r/GCodeWriter.cpp
+++ b/src/libslic3r/GCodeWriter.cpp
@@ -1,10 +1,13 @@
#include "GCodeWriter.hpp"
#include "CustomGCode.hpp"
+
+#include <boost/lexical_cast.hpp>
+
#include <algorithm>
+#include <assert.h>
#include <iomanip>
#include <iostream>
#include <map>
-#include <assert.h>
#define FLAVOR_IS(val) this->config.gcode_flavor.value == val
#define FLAVOR_IS_NOT(val) this->config.gcode_flavor.value != val