From: Yaakov Selkowitz Date: Tue, 7 Sep 2010 19:40:17 +0000 (+0000) Subject: * postinstall.cc: Add #include to fix build with gcc-4.x. X-Git-Tag: release_2.869~151 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=287bd4b1ab74715d4618df203c38e8800cb0d79b;p=cygwin-apps%2Fsetup.git * postinstall.cc: Add #include to fix build with gcc-4.x. --- diff --git a/ChangeLog b/ChangeLog index c158096c..a825b2d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-07 Yaakov Selkowitz + + * postinstall.cc: Add #include to fix build with gcc-4.x. + 2010-08-29 Jon TURNEY * postinstall.cc (do_postinstall_thread): Don't run postinstall diff --git a/postinstall.cc b/postinstall.cc index 21fc1295..08af7fd2 100644 --- a/postinstall.cc +++ b/postinstall.cc @@ -34,6 +34,7 @@ static const char *cvsid = #include "Exception.h" #include "postinstallresults.h" +#include #include using namespace std;