Add inclusion of assert.h

llvm-svn: 16118
This commit is contained in:
Reid Spencer 2004-08-30 16:03:54 +00:00
parent 47fc279160
commit f98fff36ef
1 changed files with 1 additions and 0 deletions

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