This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
webserver
Watch
4
Star
0
Fork
2
Code
Issues
0
Pull Requests
1
Releases
5
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>’?
pull/1/head
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