Added possibly missing includes

This commit is contained in:
Lukas Matena 2022-06-20 14:47:55 +02:00
parent 63890b5f8d
commit 27a18065b3
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <wx/debug.h>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/log/trivial.hpp>
#include "libslic3r/Print.hpp"

View File

@ -7,6 +7,8 @@
#include <string>
#include <boost/algorithm/string/replace.hpp>
#include <Eigen/Core>
#include <wx/clipbrd.h>