Bring in Preset reference file

This commit is contained in:
Joseph Lenox 2018-06-13 22:19:36 -05:00 committed by Joseph Lenox
parent deba961bf7
commit 745a1d6fb3

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 {