From f74fb737d7ed8c2b8ea1b4c6c49be89f47cc1d21 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 31 May 2007 21:50:51 +0000 Subject: 2007-05-31 Frank Ch. Eigler PR 3579 From Eugeniy Meshcheryakov * cache.cxx, parse.cxx: Add #include for gcc 4.3. --- ChangeLog | 6 ++++++ cache.cxx | 1 + parse.cxx | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 93ecc148..5688d15e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-31 Frank Ch. Eigler + + PR 3579 + From Eugeniy Meshcheryakov + * cache.cxx, parse.cxx: Add #include for gcc 4.3. + 2007-05-30 Frank Ch. Eigler PR 4567. diff --git a/cache.cxx b/cache.cxx index b17c7af6..90d58356 100644 --- a/cache.cxx +++ b/cache.cxx @@ -13,6 +13,7 @@ #include #include #include +#include extern "C" { #include diff --git a/parse.cxx b/parse.cxx index 9132d0b5..de6d1385 100644 --- a/parse.cxx +++ b/parse.cxx @@ -20,6 +20,7 @@ #include #include #include +#include using namespace std; -- cgit