diff options
Diffstat (limited to 'Basic/SourceManager.cpp')
-rw-r--r-- | Basic/SourceManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Basic/SourceManager.cpp b/Basic/SourceManager.cpp index f6148c1602..2a9a553fcc 100644 --- a/Basic/SourceManager.cpp +++ b/Basic/SourceManager.cpp @@ -17,6 +17,8 @@ #include "llvm/System/Path.h" #include <algorithm> #include <iostream> +#include <fcntl.h> + using namespace clang; using namespace SrcMgr; using llvm::MemoryBuffer; |