mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
Add inclusion of assert.h
llvm-svn: 16118
This commit is contained in:
parent
6e7a5dc434
commit
bb50ba0d5a
@ -24,6 +24,7 @@
|
||||
#include <cerrno>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <assert.h>
|
||||
|
||||
inline void ThrowErrno(const std::string& prefix) {
|
||||
#if defined __USE_XOPEN2K || defined __USE_MISC
|
||||
|
Loading…
x
Reference in New Issue
Block a user