Added two missing icons to fix build on Linux

This commit is contained in:
Lukas Matena 2020-09-01 23:26:08 +02:00
parent 6646198a9b
commit 46eb96e84f
2 changed files with 2 additions and 0 deletions
src/slic3r/GUI

View file

@ -10,6 +10,7 @@
#include <boost/format.hpp>
#include <boost/log/trivial.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/nowide/convert.hpp>
#include <wx/settings.h>
#include <wx/stattext.h>