Fixed Build

This commit is contained in:
Elia Zammuto 2021-05-29 22:26:17 +02:00
parent c09855f703
commit 4835366a0c
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <fstream>
#include <functional>
#include <iostream>
#include <unordered_map>
#include <boost/asio.hpp>

View File

@ -105,4 +105,5 @@ extern sunshine_t sunshine;
int parse(int argc, char *argv[]);
std::unordered_map<std::string, std::string> parse_config(std::string_view file_content);
}
#endif

View File

@ -857,4 +857,5 @@ void start(std::shared_ptr<safe::signal_t> shutdown_event) {
ssl.join();
tcp.join();
}
}