[VFS] Fix the windows build by including the right headers.
llvm-svn: 249319
This commit is contained in:
@@ -19,9 +19,17 @@
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/YAMLParser.h"
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
|
||||
// For chdir.
|
||||
#ifdef LLVM_ON_WIN32
|
||||
# include <direct.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
using namespace clang;
|
||||
using namespace clang::vfs;
|
||||
using namespace llvm;
|
||||
|
||||
Reference in New Issue
Block a user