mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
Move <thread> include to utils.hpp
This commit is contained in:
parent
b6bcd31ecf
commit
bc4f3c2dd0
@ -7,7 +7,6 @@
|
||||
#include <string>
|
||||
|
||||
#include <netdb.h>
|
||||
#include <thread>
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include "definitions.hpp"
|
||||
|
||||
#include <string_view>
|
||||
#include <thread>
|
||||
|
||||
namespace utils {
|
||||
void print_banner() noexcept;
|
||||
|
Loading…
Reference in New Issue
Block a user