From: Gabor Greif Date: Thu, 12 Jul 2007 16:00:00 +0000 (+0000) Subject: add missing header X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1501218865b4f5abfa1cc97501bc59be88dfaeb7;p=clang add missing header (needed on Solaris) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39781 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 #include +#include + using namespace clang; using namespace SrcMgr; using llvm::MemoryBuffer;