Move <thread> include to utils.hpp

This commit is contained in:
SM9CC 2021-11-28 18:19:43 +00:00
parent b6bcd31ecf
commit bc4f3c2dd0
No known key found for this signature in database
GPG Key ID: 497769F3F5AD3A35
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include <string>
#include <netdb.h>
#include <thread>
namespace fs = std::filesystem;

View File

@ -4,6 +4,7 @@
#include "definitions.hpp"
#include <string_view>
#include <thread>
namespace utils {
void print_banner() noexcept;