diff liboctave/Array-str.cc @ 8663:4238f2600a17

fix string_vector::sort
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 04 Feb 2009 16:05:01 +0100
parents 402168152bb9
children d7128ae51e44
line wrap: on
line diff
--- a/liboctave/Array-str.cc	Wed Feb 04 13:53:57 2009 +0100
+++ b/liboctave/Array-str.cc	Wed Feb 04 16:05:01 2009 +0100
@@ -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);