Add GUI.hpp to include list.

This commit is contained in:
Joseph Lenox 2018-06-13 22:35:15 -05:00 committed by Joseph Lenox
parent e78d1fe802
commit 2f74ea3a44

View File

@ -1,5 +1,6 @@
#include "Dialogs/PresetEditor.hpp"
#include "misc_ui.hpp"
#include "GUI.hpp"
#include <wx/bookctrl.h>
namespace Slic3r { namespace GUI {