1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Add inclusion of assert.h

llvm-svn: 16118
This commit is contained in:
Reid Spencer 2004-08-30 16:03:54 +00:00
parent 6e7a5dc434
commit bb50ba0d5a

View File

@ -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