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:
authorEnrico Turri <enricoturri@seznam.cz>2019-11-12 14:29:31 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-11-12 14:29:31 +0300
commit01d2728060a9c3be76c3eed0fd414ea21c49c821 (patch)
tree27580eaf0b4932a4c828b873a132942831fc355f /src/slic3r/GUI/BedShapeDialog.cpp
parent46601f7e1e45262cb967df0ecc73f6c54eeeaff3 (diff)
Added missing include
Diffstat (limited to 'src/slic3r/GUI/BedShapeDialog.cpp')
-rw-r--r--src/slic3r/GUI/BedShapeDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/BedShapeDialog.cpp b/src/slic3r/GUI/BedShapeDialog.cpp
index e83904a91..96a0a59cd 100644
--- a/src/slic3r/GUI/BedShapeDialog.cpp
+++ b/src/slic3r/GUI/BedShapeDialog.cpp
@@ -12,6 +12,7 @@
#include "boost/nowide/iostream.hpp"
#include <boost/algorithm/string/predicate.hpp>
+#include <boost/filesystem.hpp>
#include <algorithm>