Include PrintConfig for the definition of AuthorizationType

This commit is contained in:
Yuri D'Elia 2020-09-10 19:37:43 +02:00 committed by lukasmatena
parent 776a775996
commit ad20e369fa
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@
#include <wx/progdlg.h>
#include "libslic3r/PrintConfig.hpp"
#include "slic3r/GUI/I18N.hpp"
#include "slic3r/GUI/GUI.hpp"
#include "Http.hpp"

View File

@ -6,6 +6,7 @@
#include <boost/optional.hpp>
#include "PrintHost.hpp"
#include "libslic3r/PrintConfig.hpp"
namespace Slic3r {