Include cerrno for errno; fixes clang compilation error
This commit is contained in:
parent
b3d97241d7
commit
cfbec1f470
@ -28,6 +28,7 @@
|
||||
#include <pthread.h>
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <cerrno>
|
||||
#include <map>
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user