Multiple fixes for building

This commit is contained in:
Sergey Kovalev 2020-12-29 01:12:04 +07:00
parent f1ae74f9d3
commit bb928f6ef7
4 changed files with 21 additions and 14 deletions

View file

@ -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;