summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwflpp.h b/dwflpp.h
index 979ec868..226b84d8 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -16,6 +16,7 @@
#include "elaborate.h"
#include "session.h"
#include "unordered.h"
+#include "setupdwfl.h"
#include <cstring>
#include <iostream>
@@ -286,7 +287,7 @@ struct dwflpp
private:
- Dwfl * dwfl;
+ DwflPtr dwfl_ptr;
// These are "current" values we focus on.
Dwarf * module_dwarf;