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. --- translate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'translate.cxx') 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