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 b140709fa8
commit e6c361ec5e
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"