mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 00:26:12 +08:00
Added missed includes
This commit is contained in:
parent
b21c65de23
commit
8d74318888
@ -1,6 +1,8 @@
|
|||||||
#include "LoginDialog.hpp"
|
#include "LoginDialog.hpp"
|
||||||
|
|
||||||
#include "GUI_App.hpp"
|
#include "GUI_App.hpp"
|
||||||
|
#include "wxExtensions.hpp"
|
||||||
|
#include "GUI.hpp"
|
||||||
#include "I18N.hpp"
|
#include "I18N.hpp"
|
||||||
#include "format.hpp"
|
#include "format.hpp"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include "UserAccountCommunication.hpp"
|
#include "UserAccountCommunication.hpp"
|
||||||
#include "GUI_App.hpp"
|
#include "GUI_App.hpp"
|
||||||
|
#include "GUI.hpp"
|
||||||
#include "format.hpp"
|
#include "format.hpp"
|
||||||
#include "../Utils/Http.hpp"
|
#include "../Utils/Http.hpp"
|
||||||
#include "slic3r/GUI/I18N.hpp"
|
#include "slic3r/GUI/I18N.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user