changeset 17086:872947f3f9f1

* toplev.cc: Include symtab.h
author John W. Eaton <jwe@octave.org>
date Thu, 25 Jul 2013 16:49:21 -0400
parents ceca3e65a8fe
children d3ebc3f9bdbf
files libinterp/corefcn/toplev.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/toplev.h
+++ b/libinterp/corefcn/toplev.h
@@ -40,6 +40,7 @@
 
 #include "input.h"
 #include "oct-map.h"
+#include "symtab.h"
 
 
 typedef void (*octave_exit_func) (int);