Mercurial > hg > octave-lyh
diff liboctave/Array-str.cc @ 8678:e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 04 Feb 2009 16:05:01 +0100 |
parents | d7128ae51e44 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/liboctave/Array-str.cc +++ b/liboctave/Array-str.cc @@ -24,14 +24,14 @@ #include <config.h> #endif +#include <string> + // Instantiate Arrays of strings. #include "Array.h" #include "Array.cc" #include "oct-sort.cc" -#include <string> - INSTANTIATE_ARRAY_SORT (std::string); INSTANTIATE_ARRAY (std::string, OCTAVE_API);