summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/elaborate.h b/elaborate.h
index 30a02c5b..0a1549fb 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -17,6 +17,7 @@
#include <iosfwd>
#include <sstream>
#include <map>
+#include <list>
extern "C" {
#include <elfutils/libdw.h>
@@ -129,7 +130,7 @@ struct derived_probe: public probe
virtual probe_point* sole_location () const;
virtual void printsig (std::ostream &o) const;
// return arguments of probe if there
- virtual void getargs (std::set<std::string> &arg_set) const {}
+ virtual void getargs (std::list<std::string> &arg_set) const {}
void printsig_nested (std::ostream &o) const;
virtual void collect_derivation_chain (std::vector<probe*> &probes_list);