Mercurial > hg > octave-lyh
diff liboctave/Array-str.cc @ 8671:d7128ae51e44
undo changeset 4238f2600a17
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 04 Feb 2009 15:53:24 -0500 |
parents | 4238f2600a17 |
children | e2b4c19c455c |
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);