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/slic3r/GUI/CalibrationAbstractDialog.cpp')
-rw-r--r--src/slic3r/GUI/CalibrationAbstractDialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/slic3r/GUI/CalibrationAbstractDialog.cpp b/src/slic3r/GUI/CalibrationAbstractDialog.cpp
index 6fa3c1a6b..385d5e0cf 100644
--- a/src/slic3r/GUI/CalibrationAbstractDialog.cpp
+++ b/src/slic3r/GUI/CalibrationAbstractDialog.cpp
@@ -5,10 +5,14 @@
#include "GUI.hpp"
#include "GUI_ObjectList.hpp"
#include "Tab.hpp"
+
#include <wx/scrolwin.h>
#include <wx/display.h>
#include <wx/file.h>
+#include <boost/filesystem.hpp>
+#include <boost/filesystem/path.hpp>
+
#if ENABLE_SCROLLABLE
static wxSize get_screen_size(wxWindow* window)
{