Fixed compilation with wxWidgets 3.0

This commit is contained in:
Lukas Matena 2020-09-30 17:33:08 +02:00
parent 1ca872f81e
commit 8bf0f75e83
2 changed files with 3 additions and 1 deletions
src/slic3r/GUI

View file

@ -22,6 +22,8 @@
#include <GL/glew.h>
#include <boost/log/trivial.hpp>
#include <boost/nowide/cstdio.hpp>
#include <wx/progdlg.h>
#include <wx/numformatter.h>
#include <array>
#include <algorithm>