[llvm-commits] CVS: llvm/lib/System/Unix/Unix.h

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 8 08:11:07 PST 2004



Changes in directory llvm/lib/System/Unix:

Unix.h updated: 1.8 -> 1.9
---
Log message:

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


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/System/Unix/Unix.h
diff -u llvm/lib/System/Unix/Unix.h:1.8 llvm/lib/System/Unix/Unix.h:1.9
--- llvm/lib/System/Unix/Unix.h:1.8	Sun Nov 14 16:10:54 2004
+++ llvm/lib/System/Unix/Unix.h	Wed Dec  8 10:10:52 2004
@@ -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];






More information about the llvm-commits mailing list