]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* postinstall.cc: Add #include <algorithm> to fix build with gcc-4.x.
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 7 Sep 2010 19:40:17 +0000 (19:40 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Tue, 7 Sep 2010 19:40:17 +0000 (19:40 +0000)
ChangeLog
postinstall.cc

index c158096c3380eb7d95e2ec728d0b1fd85f5d9212..a825b2d2caa46092f4a3119d45253be231bb10e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-07  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * postinstall.cc: Add #include <algorithm> to fix build with gcc-4.x.
+
 2010-08-29  Jon TURNEY <jon.turney@dronecode.org.uk>
 
        * postinstall.cc (do_postinstall_thread): Don't run postinstall
index 21fc12956f7eab75beb233688ba17c88ab68a07c..08af7fd28970c0288587d88684d51b23ebcbfe71 100644 (file)
@@ -34,6 +34,7 @@ static const char *cvsid =
 #include "Exception.h"
 #include "postinstallresults.h"
 
+#include <algorithm>
 #include <sstream>
 
 using namespace std;
This page took 0.039726 seconds and 5 git commands to generate.