diff libinterp/octave-value/ov-usr-fcn.cc @ 22097:5ad67277b007

include builtin-defun-decls.h as needed Oops, that was a side effect of including builtins.h... * graphics.cc, sysdep.cc, __init_gnuplot__.cc, ov-usr-fcn.cc: Include builtin-defun-decls.h.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Jul 2016 11:51:39 -0400
parents b8f92ea626e7
children 5d4a286061c8
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.cc	Tue Jul 12 09:40:09 2016 -0400
+++ b/libinterp/octave-value/ov-usr-fcn.cc	Tue Jul 12 11:51:39 2016 -0400
@@ -28,6 +28,7 @@
 
 #include "str-vec.h"
 
+#include "builtin-defun-decls.h"
 #include "call-stack.h"
 #include <defaults.h>
 #include "Cell.h"