Unbreak build for VC2008. Patch by Argiris Kirtzidis!
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 22 Feb 2008 10:11:21 +0000 (10:11 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 22 Feb 2008 10:11:21 +0000 (10:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47480 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/ImmutableSet.h
win32/config.h

index 717ec98ba995697fed5fea49d236ff09457c569f..c351771c6da22413c9f4b88f0199ae6d2d6d8d6a 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/Support/DataTypes.h"
 #include <cassert>
+#include <functional>
 
 namespace llvm {
   
index a94c905650283163850ee8746900a66e45cecbe8..1e57d1df5c4b493b2e491efcbd23844982ba7c01 100644 (file)
@@ -2,7 +2,8 @@
  * config.h */
 
 #define PACKAGE_NAME "LLVM (win32 vc8.0)" 
-#define PACKAGE_VERSION 2.1
+#define PACKAGE_VERSION 2.2
+#define LLVM_HOSTTRIPLE "i686-pc-win32"
 #define HAVE_WINDOWS_H 1 
 #define HAVE_LIMITS_H 1 
 #define HAVE_SYS_STAT_H 1