forked from OSchip/llvm-project
parent
38e6689276
commit
521954e813
|
@ -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;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue