From b60bf6171d031ef38948b40ef0f8de5233f9361c 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16118 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Unix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/System/Unix/Unix.h b/lib/System/Unix/Unix.h index 676cbb4fbd1..04b86ff8774 100644 --- a/lib/System/Unix/Unix.h +++ b/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 -- 2.34.1