Added "Modify Shapes Gallery" to the "Window" menu

+ Fixed a non-MSW build (added missed include)
This commit is contained in:
YuSanka
2021-07-20 11:23:16 +02:00
parent f36a10b689
commit 95c16c7c9b
6 changed files with 32 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#include "GUI.hpp"
#include "GUI_App.hpp"
#include "format.hpp"
#include "I18N.hpp"
#include "libslic3r/LocalesUtils.hpp"