# HG changeset patch # User John W. Eaton # Date 1374785361 14400 # Node ID 872947f3f9f16a2e6b21b5f96d72502571f962a5 # Parent ceca3e65a8fe7b859f829d606b0c4a580227fb71 * toplev.cc: Include symtab.h diff --git a/libinterp/corefcn/toplev.h b/libinterp/corefcn/toplev.h --- 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);