From f98fff36ef859dc73708186d94fa57dfbedffda0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 30 Aug 2004 16:03:54 +0000 Subject: [PATCH] Add inclusion of assert.h llvm-svn: 16118 --- llvm/lib/System/Unix/Unix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index 676cbb4fbd15..04b86ff8774e 100644 --- a/llvm/lib/System/Unix/Unix.h +++ b/llvm/lib/System/Unix/Unix.h @@ -24,6 +24,7 @@ #include #include #include +#include inline void ThrowErrno(const std::string& prefix) { #if defined __USE_XOPEN2K || defined __USE_MISC