diff libinterp/corefcn/octave-link.cc @ 22091:0f6fc2ec3b1a

move call_stack class to a separate file * call-stack.h, call-stack.cc: New files. Move call_stack class here from toplev.h and toplev.cc. Update include file lists in other files as needed. * libinterp/corefcn/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Jul 2016 17:05:33 -0400
parents 112b20240c87
children 9203833cab7d
line wrap: on
line diff
--- a/libinterp/corefcn/octave-link.cc	Mon Jul 11 16:34:02 2016 -0400
+++ b/libinterp/corefcn/octave-link.cc	Mon Jul 11 17:05:33 2016 -0400
@@ -30,6 +30,7 @@
 #include "defun.h"
 #include "oct-env.h"
 #include "oct-mutex.h"
+#include "pager.h"
 #include "singleton-cleanup.h"
 #include "toplev.h"