forked from OSchip/llvm-project
Make this work with the ICC compiler, contributed by Bjørn Wennberg
llvm-svn: 18626
This commit is contained in:
parent
407000c497
commit
6ef473f53c
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue