Added missing include (GCC 9.3)

This commit is contained in:
Lukáš Hejl 2021-03-22 10:30:49 +01:00
parent a618bfe078
commit 1b3b4c5694

View File

@ -25,6 +25,7 @@
#include <boost/algorithm/string/split.hpp>
#endif // ENABLE_GCODE_WINDOW
#include <boost/nowide/cstdio.hpp>
#include <boost/nowide/fstream.hpp>
#include <wx/progdlg.h>
#include <wx/numformatter.h>