diff libinterp/octave-value/cdef-object.h @ 27130:396d17dcfb9f

don't include error.h in ov-base.h * ov-base.h: Don't include error.h. * oct-handle.h, stack-frame.h, cdef-class.h, cdef-object.h, cdef-property.h, nproc.cc, strfind.cc, syminfo.cc: Include error.h in header files that need it.
author John W. Eaton <jwe@octave.org>
date Thu, 30 May 2019 10:23:44 +0000
parents 568c2ab2782d
children c98953e85220
line wrap: on
line diff
--- a/libinterp/octave-value/cdef-object.h	Wed May 29 22:45:42 2019 +0000
+++ b/libinterp/octave-value/cdef-object.h	Thu May 30 10:23:44 2019 +0000
@@ -30,6 +30,7 @@
 
 #include "oct-refcount.h"
 
+#include "error.h"
 #include "oct-map.h"
 #include "ov.h"
 #include "ovl.h"