Added missing includes

This commit is contained in:
YuSanka 2019-04-23 08:47:23 +02:00
parent 1f02eb704a
commit 31c02b6bfb
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
#include <wx/panel.h>
#include <wx/dcclient.h>
#include <wx/debug.h>
#include <wx/settings.h>
class wxCheckBox;
class wxTopLevelWindow;

View file

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