From 3b5793932ec33f897433bc513b49f35bd8b35b2f Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 4 Apr 2007 18:41:27 +0000 Subject: 2007-04-04 Frank Ch. Eigler GCC 4.3 compatibility patches from Debian. * buildrun.cxx, hash.cxx, tapsets.cxx, translate.cxx: #include a few more C++ headers. --- ChangeLog | 6 ++++++ buildrun.cxx | 1 + hash.cxx | 2 ++ tapsets.cxx | 2 ++ translate.cxx | 1 + 5 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3faf446b..ef96a87d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-04 Frank Ch. Eigler + + GCC 4.3 compatibility patches from Debian. + * buildrun.cxx, hash.cxx, tapsets.cxx, translate.cxx: #include a few + more C++ headers. + 2007-04-03 Frank Ch. Eigler Improve error messages for underprivileged scripts. diff --git a/buildrun.cxx b/buildrun.cxx index 8bd4cc3e..2540c128 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -11,6 +11,7 @@ #include "session.h" #include "util.h" +#include #include #include diff --git a/hash.cxx b/hash.cxx index e1e24af9..24ce92d5 100644 --- a/hash.cxx +++ b/hash.cxx @@ -19,6 +19,8 @@ #include "session.h" #include "hash.h" #include "util.h" + +#include #include #include #include diff --git a/tapsets.cxx b/tapsets.cxx index 8eeab131..bbbcffb3 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -15,6 +15,8 @@ #include "session.h" #include "util.h" +#include +#include #include #include #include diff --git a/translate.cxx b/translate.cxx index 6dc72fef..0d254224 100644 --- a/translate.cxx +++ b/translate.cxx @@ -15,6 +15,7 @@ #include "tapsets.h" #include "util.h" +#include #include #include #include -- cgit