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:
authorYuSanka <yusanka@gmail.com>2019-04-30 17:59:40 +0300
committerYuSanka <yusanka@gmail.com>2019-04-30 17:59:40 +0300
commit7f37f82ad4696543af0cab8f5b7453644aef639f (patch)
treead4520a34f1c6e1b4bb45df9eefd1765abea9d84 /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parent11a04f918bf8b05f0d56da45bb8b3e05737ec509 (diff)
Added comments
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index 5aa69cd15..78941135c 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -2,7 +2,7 @@
#define slic3r_GUI_ObjectManipulation_hpp_
#include <memory>
-#include <wx/string.h>
+#include <wx/wx.h>
#include "GUI_ObjectSettings.hpp"
#include "GLCanvas3D.hpp"