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