diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-07 01:34:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-07 01:34:34 +0000 |
| commit | 71f05fc2a4bc536f5c096e7ca756cd539ead911d (patch) | |
| tree | 17e53e0e2098b4d16843201daabddb0be1cb0e62 /util/epist/parser.hh | |
| parent | 4c10947be5885d977a252d6300f4cb2b5646d8ec (diff) | |
fix std:: namespace problems
Diffstat (limited to 'util/epist/parser.hh')
| -rw-r--r-- | util/epist/parser.hh | 3 |
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 *); |
