diff liboctave/regex-match.cc @ 8377:25bc2d31e1bf

improve OCTAVE_LOCAL_BUFFER
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 29 Oct 2008 16:52:10 +0100
parents 645ced9fa838
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/regex-match.cc
+++ b/liboctave/regex-match.cc
@@ -30,6 +30,7 @@
 
 #include "regex-match.h"
 #include "str-vec.h"
+#include "oct-locbuf.h"
 
 regex_match& 
 regex_match::operator = (const regex_match& gm)