CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/06/24 00:44:56
Modified files: . : ChangeLog server : as_value.h Log message: * server/as_value.h: include <iostream> for proper definition of output operator. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3606&r2=1.3607 http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.54&r2=1.55 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3606 retrieving revision 1.3607 diff -u -b -r1.3606 -r1.3607 --- ChangeLog 23 Jun 2007 21:26:32 -0000 1.3606 +++ ChangeLog 24 Jun 2007 00:44:55 -0000 1.3607 @@ -1,3 +1,8 @@ +2007-06-23 Sandro Santilli <[EMAIL PROTECTED]> + + * server/as_value.h: include <iostream> for proper definition + of output operator. + 2007-06-23 Benjamin Wolsey <[EMAIL PROTECTED]> * gui/gtk.cpp: Use stock icons for some more menu options. Also, Index: server/as_value.h =================================================================== RCS file: /sources/gnash/gnash/server/as_value.h,v retrieving revision 1.54 retrieving revision 1.55 diff -u -b -r1.54 -r1.55 --- server/as_value.h 15 Jun 2007 15:00:28 -0000 1.54 +++ server/as_value.h 24 Jun 2007 00:44:56 -0000 1.55 @@ -15,7 +15,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -/* $Id: as_value.h,v 1.54 2007/06/15 15:00:28 strk Exp $ */ +/* $Id: as_value.h,v 1.55 2007/06/24 00:44:56 strk Exp $ */ #ifndef GNASH_AS_VALUE_H #define GNASH_AS_VALUE_H @@ -31,6 +31,7 @@ #include <cmath> #include <limits> #include <string> +#include <ostream> // for inlined output operator namespace gnash { _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit