gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog server/as_value.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog server/as_value.h
Date: Fri, 03 Nov 2006 15:43:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/03 15:43:09

Modified files:
        .              : ChangeLog 
        server         : as_value.h 

Log message:
        #include <string>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1495&r2=1.1496
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1495
retrieving revision 1.1496
diff -u -b -r1.1495 -r1.1496
--- ChangeLog   3 Nov 2006 15:35:58 -0000       1.1495
+++ ChangeLog   3 Nov 2006 15:43:09 -0000       1.1496
@@ -7,7 +7,7 @@
        
 2006-11-03 Markus Gothe <address@hidden>
 
-       * server/asobj/Math.cpp: Added #include <string>.
+       * server/asobj/Math.cpp, server/as_value.h: Added #include <string>.
        * server/asobj/NetStream.h: #ifdef USE_FFMPEG.
 
 2006-11-03 Vitaly Alexeev <address@hidden>

Index: server/as_value.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- server/as_value.h   3 Nov 2006 13:57:29 -0000       1.17
+++ server/as_value.h   3 Nov 2006 15:43:09 -0000       1.18
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: as_value.h,v 1.17 2006/11/03 13:57:29 strk Exp $ */
+/* $Id: as_value.h,v 1.18 2006/11/03 15:43:09 nihilus Exp $ */
 
 #ifndef GNASH_AS_VALUE_H
 #define GNASH_AS_VALUE_H
@@ -27,6 +27,7 @@
 #endif
 
 #include <cmath>
+#include <string>
 
 #include "container.h"
 #include "tu_config.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]