From 66e00001f078d3c441b082d9d38087521b3cfca7 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 9 Jun 2007 22:50:13 +0000 Subject: 2007-06-09 Frank Ch. Eigler PR 4609 From Eugeniy Meshcheryakov * staptree.cxx: Add #include for gcc 4.3. --- staptree.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'staptree.cxx') diff --git a/staptree.cxx b/staptree.cxx index 8fb41ab6..08b2abae 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -15,6 +15,7 @@ #include #include #include +#include using namespace std; -- cgit