summaryrefslogtreecommitdiff
path: root/util/epist/keytree.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/keytree.cc')
-rw-r--r--util/epist/keytree.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc
index 3f4b9906..cf0dd379 100644
--- a/util/epist/keytree.cc
+++ b/util/epist/keytree.cc
@@ -22,6 +22,11 @@
#include "keytree.hh"
+#include <string>
+
+using std::string;
+
+
keytree::keytree(Display *display) : _display(display)
{
_head = new keynode;