webserver.hh:49:18: error: ‘mutex’ in namespace ‘std’ does not name a type. note: ‘std::mutex’ is defined in header ‘<mutex>’; did you forget to ‘#include <mutex>’?

master
roker 2 years ago
parent 1851509fa1
commit 944974161a

@ -1,5 +1,6 @@
#pragma once
#include <mutex>
#include <string>
#include <unordered_map>
#include <thread>

Loading…
Cancel
Save