Skip to content

Commit

Permalink
Try fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Mar 17, 2024
1 parent d28e517 commit 3356a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/HttpServer.hpp
Expand Up @@ -116,7 +116,7 @@ class HttpServer
{
public:
HttpServer& server;
io_service io_service;
boost::asio::io_service io_service;
ip::tcp::acceptor acceptor;
std::set<std::shared_ptr<session>> sessions;

Expand Down

0 comments on commit 3356a79

Please sign in to comment.