mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 00:22:01 +08:00
missing includes
This commit is contained in:
parent
5bb95e8a3e
commit
0abd4a0ae0
@ -8,6 +8,7 @@
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/beast/core/detail/base64.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <curl/curl.h>
|
||||
#include <string>
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
#include "Event.hpp"
|
||||
#include "libslic3r/AppConfig.hpp"
|
||||
|
||||
#include <wx/timer.h>
|
||||
|
||||
#include <queue>
|
||||
#include <condition_variable>
|
||||
#include <map>
|
||||
|
Loading…
x
Reference in New Issue
Block a user