mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 02:31:10 -06:00
Multiple fixes for building
This commit is contained in:
parent
f1ae74f9d3
commit
bb928f6ef7
4 changed files with 21 additions and 14 deletions
|
|
@ -8,7 +8,6 @@
|
|||
#include "TCPConsole.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class DynamicPrintConfig;
|
||||
class Http;
|
||||
|
||||
|
|
@ -31,7 +30,7 @@ namespace Slic3r {
|
|||
|
||||
private:
|
||||
std::string host;
|
||||
Utils::TCPConsole console;
|
||||
std::string console_port;
|
||||
|
||||
std::string get_upload_url(const std::string& filename) const;
|
||||
std::string timestamp_str() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue