This commit is contained in:
sunsets
2023-09-11 11:10:12 +08:00
parent 205d475acb
commit 39bb8169a0
11 changed files with 69 additions and 5 deletions

View File

@@ -25,6 +25,11 @@
#include "wx/textctrl.h"
#include <wx/timer.h>
//B35
#if defined __linux__
#include <boost/log/trivial.hpp>
#endif
namespace Slic3r {
namespace GUI {