diff libinterp/parse-tree/lex.h @ 24380:51a1d6c84d0c

* lex.h: Include symscope.h for clang on OS X.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Dec 2017 11:34:10 -0500
parents 3fc24b792a24
children 194eb4bd202b
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.h	Thu Dec 07 10:12:35 2017 -0500
+++ b/libinterp/parse-tree/lex.h	Thu Dec 07 11:34:10 2017 -0500
@@ -33,12 +33,12 @@
 
 #include "comment-list.h"
 #include "input.h"
+#include "symscope.h"
 #include "token.h"
 
 namespace octave
 {
   class interpreter;
-  class symbol_scope;
 
   // Is the given string a keyword?
   extern bool is_keyword (const std::string& s);