From 2686a832dbca9f8320857ef0ad3bf20e73b59b5a Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 4 Aug 2009 14:00:07 -0400 Subject: Add #include and casting to allow compilations of grapher on RHEL5. --- grapher/StapParser.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/StapParser.cxx') diff --git a/grapher/StapParser.cxx b/grapher/StapParser.cxx index 1c865614..693be919 100644 --- a/grapher/StapParser.cxx +++ b/grapher/StapParser.cxx @@ -2,6 +2,7 @@ #include #include +#include namespace systemtap { -- cgit