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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-06-07 18:01:19 +0300
committerVojtech Kral <vojtech@kral.hk>2019-06-20 12:17:35 +0300
commit09da7a84b5c1e338b81c1435f7cb69b96fc785e1 (patch)
tree4aaf4ba3f305617486ce79559151ab5e02bb75d0 /src/slic3r/GUI/ProgressStatusBar.hpp
parent09f4831f4eba9fd5190d974904945f8c5c79b99f (diff)
Firmware updater: Prevent empty flashing jobs
Diffstat (limited to 'src/slic3r/GUI/ProgressStatusBar.hpp')
-rw-r--r--src/slic3r/GUI/ProgressStatusBar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/ProgressStatusBar.hpp b/src/slic3r/GUI/ProgressStatusBar.hpp
index 7d624af90..413c6ffee 100644
--- a/src/slic3r/GUI/ProgressStatusBar.hpp
+++ b/src/slic3r/GUI/ProgressStatusBar.hpp
@@ -2,6 +2,7 @@
#define PROGRESSSTATUSBAR_HPP
#include <memory>
+#include <string>
#include <functional>
#include <string>