diff liboctave/idx-vector.h @ 13735:2cd903770748

Fix broken gcc compilation due to changeset d13b6086aea9. * idx-vector.cc: Don't include <memory>. * idx-vector.h: Move here.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 20 Oct 2011 14:08:25 +0100
parents d13b6086aea9
children 72c96de7a403
line wrap: on
line diff
--- a/liboctave/idx-vector.h	Thu Oct 20 12:54:58 2011 +0100
+++ b/liboctave/idx-vector.h	Thu Oct 20 14:08:25 2011 +0100
@@ -29,6 +29,7 @@
 
 #include <algorithm>
 #include <iosfwd>
+#include <memory>
 
 #include "dim-vector.h"
 #include "oct-inttypes.h"