From b2199bb3837e6b3aacb7ad25d7ed4dca15dd41f7 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 11 Dec 2007 13:45:28 +0000 Subject: PR5017: gcc4.3 build fixes 2007-12-11 Frank Ch. Eigler * staptree.cxx, staptree.h: More GCC 4.3 build fixes from Eugeniy Meshcheryakov . --- staptree.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'staptree.cxx') diff --git a/staptree.cxx b/staptree.cxx index d0b4a0ed..8cd9ca83 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -15,6 +15,7 @@ #include #include #include +#include #include #include -- cgit