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:
authorVojtech Bubnik <bubnikv@gmail.com>2020-11-21 18:05:58 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2020-11-21 18:05:58 +0300
commit641d27eef4d1bb8a20d3aee3f4db66401a344fe0 (patch)
treea7ac09ea013fa18fc82c34d5f84087037cebb53a
parent7527797a36b68251290c70e69ef2cca998e29bf4 (diff)
Fixed missing includeversion_2.3.0-alpha4
-rw-r--r--src/slic3r/GUI/OG_CustomCtrl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/OG_CustomCtrl.cpp b/src/slic3r/GUI/OG_CustomCtrl.cpp
index 9f7ddf3bb..3e455f672 100644
--- a/src/slic3r/GUI/OG_CustomCtrl.cpp
+++ b/src/slic3r/GUI/OG_CustomCtrl.cpp
@@ -8,6 +8,7 @@
#include <boost/algorithm/string/split.hpp>
#include "libslic3r/Utils.hpp"
#include "I18N.hpp"
+#include "format.hpp"
namespace Slic3r { namespace GUI {