[GRASS-SVN] r54337 - grass/branches/releasebranch_6_4/include/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 18 12:07:05 PST 2012


Author: martinl
Date: 2012-12-18 12:07:05 -0800 (Tue, 18 Dec 2012)
New Revision: 54337

Modified:
   grass/branches/releasebranch_6_4/include/iostream/imbuffer.h
Log:
fix r54336

Modified: grass/branches/releasebranch_6_4/include/iostream/imbuffer.h
===================================================================
--- grass/branches/releasebranch_6_4/include/iostream/imbuffer.h	2012-12-18 19:27:57 UTC (rev 54336)
+++ grass/branches/releasebranch_6_4/include/iostream/imbuffer.h	2012-12-18 20:07:05 UTC (rev 54337)
@@ -25,6 +25,8 @@
 #include <assert.h>
 #include <stdlib.h>
 
+#include <vector>
+
 #include "ami_config.h" //for SAVE_MEMORY
 #include "ami_stream.h"
 #include "mm.h"



More information about the grass-commit mailing list