Bring in Preset reference file

This commit is contained in:
Joseph Lenox 2018-06-13 22:19:36 -05:00
parent 2b6e64756e
commit d95d7f8d55

View File

@ -12,11 +12,13 @@
// GUI
#include "misc_ui.hpp"
#include "Preset.hpp"
// Wx
#include <wx/treectrl.h>
#include <wx/imaglist.h>
#include <wx/panel.h>
#include <wx/scrolwin.h>
using namespace std::string_literals;
namespace Slic3r { namespace GUI {