Fixed missing header (clang is picky)

This commit is contained in:
bubnikv 2019-04-18 15:22:58 +02:00
parent 9cd3c594be
commit 08b01338a8

View file

@ -4,6 +4,7 @@
#include "libslic3r/PrintConfig.hpp"
#include <wx/frame.h>
#include <wx/settings.h>
#include <wx/string.h>
#include <string>