diff libinterp/parse-tree/token.h @ 16155:0259254a3ccc classdef

maint: periodic merge of default to classdef * lex.h, lex.ll, parse.h, oct-parse.yy: Resolve conflicts by adapting classdef changes to new octave_parser and lexical_feedback classes.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Feb 2013 02:04:24 -0500
parents 947cf10c94da ec9c6222ef5a
children b28062b977fd
line wrap: on
line diff
--- a/libinterp/parse-tree/token.h	Mon Feb 11 15:45:26 2013 -0500
+++ b/libinterp/parse-tree/token.h	Thu Feb 28 02:04:24 2013 -0500
@@ -25,6 +25,8 @@
 
 #include <string>
 
+#include "symtab.h"
+
 class
 token
 {