Kesalahan: Thread bukan anggota STD

#In Shell use -std flag and give the version you wanna use
g++ -std=c++17 hello.cpp
Depressed Donkey