This website works better with JavaScript.
Home
Help
Register
Sign In
roker
/
webserver
forked from
pEp.foundation/webserver
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
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 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
webserver.hh
+ 1
- 0
webserver.hh
View File
@ -1,5 +1,6 @@
#
pragma once
#
include
<mutex>
#
include
<string>
#
include
<unordered_map>
#
include
<thread>
Write
Preview
Loading…
Cancel
Save