summaryrefslogtreecommitdiff
path: root/util/epist/parser.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-07 01:34:34 +0000
committerDana Jansens <danakj@orodu.net>2002-08-07 01:34:34 +0000
commit71f05fc2a4bc536f5c096e7ca756cd539ead911d (patch)
tree17e53e0e2098b4d16843201daabddb0be1cb0e62 /util/epist/parser.hh
parent4c10947be5885d977a252d6300f4cb2b5646d8ec (diff)
fix std:: namespace problems
Diffstat (limited to 'util/epist/parser.hh')
-rw-r--r--util/epist/parser.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/epist/parser.hh b/util/epist/parser.hh
index 148649bd..a66e4141 100644
--- a/util/epist/parser.hh
+++ b/util/epist/parser.hh
@@ -1,7 +1,8 @@
-#include <string>
#include "actions.hh"
#include "keytree.hh"
+#include <string>
+
class parser {
public:
parser(keytree *);