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