summaryrefslogtreecommitdiffstats
path: root/grapher/StapParser.cxx
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-08-04 14:00:07 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-08-04 14:00:07 -0400
commit2686a832dbca9f8320857ef0ad3bf20e73b59b5a (patch)
tree63168d5bfb54f45004d5ac0d0e7445a0ac824923 /grapher/StapParser.cxx
parent8b095b454b34e88c04592be6c651153f802eced6 (diff)
downloadsystemtap-steved-2686a832dbca9f8320857ef0ad3bf20e73b59b5a.tar.gz
systemtap-steved-2686a832dbca9f8320857ef0ad3bf20e73b59b5a.tar.xz
systemtap-steved-2686a832dbca9f8320857ef0ad3bf20e73b59b5a.zip
Add #include and casting to allow compilations of grapher on RHEL5.
Diffstat (limited to 'grapher/StapParser.cxx')
-rw-r--r--grapher/StapParser.cxx1
1 files changed, 1 insertions, 0 deletions
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 <gtkmm/window.h>
#include <iostream>
+#include <sstream>
namespace systemtap
{