mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 17:12:05 +08:00
Fix includes
This commit is contained in:
parent
33e57827bc
commit
01148fc134
@ -5,6 +5,7 @@
|
||||
#include "../Utils/Http.hpp"
|
||||
#include "slic3r/GUI/I18N.hpp"
|
||||
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/beast/core/detail/base64.hpp>
|
||||
#include <curl/curl.h>
|
||||
@ -567,4 +568,4 @@ std::string CodeChalengeGenerator::sha256(const std::string& input) {
|
||||
return std::string(reinterpret_cast<char*>(digest), digestLen);
|
||||
}
|
||||
#endif // __linux__
|
||||
}} // Slic3r::GUI
|
||||
}} // Slic3r::GUI
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
#include <wx/timer.h>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
Loading…
x
Reference in New Issue
Block a user