From 7ce729b07082daa4e714de44a6393c848693e47d Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 21 Jun 2017 11:10:02 +0000 Subject: [PATCH] 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 --- include/llvm/Support/Errno.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1