mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Fix FTBFS on armel by explicitly including the <mutex> header.
This commit is contained in:
committed by
Tatsuhiro Tsujikawa
parent
d2addbc1ed
commit
5d3535126e
@@ -32,6 +32,7 @@
|
||||
#include <sys/socket.h>
|
||||
#endif // HAVE_SYS_SOCKET_H
|
||||
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <random>
|
||||
|
||||
Reference in New Issue
Block a user