An attempt to fix missing renaming from .gcode.tmp to .gcode

Added a missing include
This commit is contained in:
Lukas Matena
2019-12-21 12:31:32 +01:00
parent f0b7efd423
commit 77548eeb99
2 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
#include <vector>
#include <string>
#include <functional>
namespace Slic3r {
namespace GUI {