Fix FTBFS on armel by explicitly including the <mutex> header.

This commit is contained in:
Tomasz Buchert 2016-07-03 23:00:15 +02:00 committed by Tatsuhiro Tsujikawa
parent d2addbc1ed
commit 5d3535126e
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <sys/socket.h>
#endif // HAVE_SYS_SOCKET_H
#include <mutex>
#include <memory>
#include <vector>
#include <random>