Fixed Build
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
|
|
||||||
|
|||||||
@@ -105,4 +105,5 @@ extern sunshine_t sunshine;
|
|||||||
|
|
||||||
int parse(int argc, char *argv[]);
|
int parse(int argc, char *argv[]);
|
||||||
std::unordered_map<std::string, std::string> parse_config(std::string_view file_content);
|
std::unordered_map<std::string, std::string> parse_config(std::string_view file_content);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -858,3 +858,4 @@ void start(std::shared_ptr<safe::signal_t> shutdown_event) {
|
|||||||
ssl.join();
|
ssl.join();
|
||||||
tcp.join();
|
tcp.join();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user