Add missing include from r228592

llvm-svn: 228594
This commit is contained in:
Ben Langmuir 2015-02-09 19:30:29 +00:00
parent 38e6689276
commit 521954e813
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@
#include <memory> #include <memory>
#include <sys/stat.h> #include <sys/stat.h>
#include <system_error> #include <system_error>
#if LLVM_ON_UNIX
#include <unistd.h> // for gethostname()
#endif
using namespace clang; using namespace clang;
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//