From: Benjamin Kramer Date: Mon, 3 Mar 2014 20:06:13 +0000 (+0000) Subject: Add missing include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a2e96a968df003ec6c0b6e467220774980f7c8b1;p=oota-llvm.git Add missing include. libstdc++ and libc++ pulled this in transitively so I didn't notice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202753 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index c0b2d551d33..b57a8b07a32 100644 --- a/include/llvm/Support/FileSystem.h +++ b/include/llvm/Support/FileSystem.h @@ -39,6 +39,7 @@ #include #include #include +#include #include #ifdef HAVE_SYS_STAT_H