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: Mon, 02 Apr 2007 22:45:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/04/02 22:45:09

Modified files:
        .              : ChangeLog 
        server         : as_value.h 

Log message:
        Include <limits> for NAN.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2754&r2=1.2755
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_value.h?cvsroot=gnash&r1=1.40&r2=1.41

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2754
retrieving revision 1.2755
diff -u -b -r1.2754 -r1.2755
--- ChangeLog   2 Apr 2007 17:22:29 -0000       1.2754
+++ ChangeLog   2 Apr 2007 22:45:09 -0000       1.2755
@@ -1,3 +1,7 @@
+2007-04-03 Markus Gothe <address@hidden>
+
+       * server/as_value.h: Include <limits> for NAN.
+
 2007-04-02 Sandro Santilli <address@hidden>
 
        * configure.ac: fix a couple of typos.

Index: server/as_value.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_value.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- server/as_value.h   2 Apr 2007 10:42:21 -0000       1.40
+++ server/as_value.h   2 Apr 2007 22:45:09 -0000       1.41
@@ -14,7 +14,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.40 2007/04/02 10:42:21 bjacques Exp $ */
+/* $Id: as_value.h,v 1.41 2007/04/02 22:45:09 nihilus Exp $ */
 
 #ifndef GNASH_AS_VALUE_H
 #define GNASH_AS_VALUE_H
@@ -28,6 +28,7 @@
 #include "smart_ptr.h"
 
 #include <cmath>
+#include <limits>
 #include <string>
 
 namespace gnash {




reply via email to

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