Make this work with the ICC compiler, contributed by Bjørn Wennberg

llvm-svn: 18626
This commit is contained in:
Chris Lattner 2004-12-08 16:10:52 +00:00
parent 407000c497
commit 6ef473f53c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <sys/param.h>
#include <assert.h>
#include <string>
#include <algorithm>
inline void ThrowErrno(const std::string& prefix) {
char buffer[MAXPATHLEN];