From: Pavel Labath Date: Wed, 21 Jun 2017 11:10:02 +0000 (+0000) Subject: Fix build after r305892 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce729b07082daa4e714de44a6393c848693e47d;p=llvm Fix build after r305892 Make sure to #include in Support/Errno.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Errno.h b/include/llvm/Support/Errno.h index 6fe9ae9be53..04fb03c5741 100644 --- a/include/llvm/Support/Errno.h +++ b/include/llvm/Support/Errno.h @@ -14,6 +14,7 @@ #ifndef LLVM_SUPPORT_ERRNO_H #define LLVM_SUPPORT_ERRNO_H +#include #include #include