diff liboctave/CNDArray.cc @ 8377:25bc2d31e1bf

improve OCTAVE_LOCAL_BUFFER
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 29 Oct 2008 16:52:10 +0100
parents 935be827eaf8
children a1ae2aae903e
line wrap: on
line diff
--- a/liboctave/CNDArray.cc	Fri Dec 05 12:51:48 2008 +0100
+++ b/liboctave/CNDArray.cc	Wed Oct 29 16:52:10 2008 +0100
@@ -36,6 +36,7 @@
 #include "functor.h"
 #include "lo-ieee.h"
 #include "lo-mappers.h"
+#include "oct-locbuf.h"
 
 #if defined (HAVE_FFTW3)
 #include "oct-fftw.h"