add missing header

(needed on Solaris)

llvm-svn: 39781
This commit is contained in:
Gabor Greif
2007-07-12 16:00:00 +00:00
parent bd4de5df77
commit ffc337b1e1

View File

@@ -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;