gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] PATCH: Explicitly include boost/cstdint.hpp


From: Bernie Innocenti
Subject: [Gnash-dev] PATCH: Explicitly include boost/cstdint.hpp
Date: Sun, 08 Feb 2009 13:22:21 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Hi Rob,

this is a compile fix I ended up needing on my F10+testing to
get symbols like boost::int32_t defined.  Please apply.

--- libcore/Font.h      2008-11-09 00:28:06 +0000
+++ libcore/Font.h      2009-02-04 23:05:10 +0000
@@ -28,6 +28,7 @@

 #include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
+#include <boost/cstdint.hpp>
 #include <vector>
 #include <map>


--- libcore/parser/character_def.h      2008-11-14 10:31:33 +0000
+++ libcore/parser/character_def.h      2009-02-04 22:46:41 +0000
@@ -19,6 +19,7 @@
 #define GNASH_CHARACTER_DEF_H

 #include "ExportableResource.h"
+#include <boost/cstdint.hpp>

 // Forward declarations


-- 
   // Bernie Innocenti - http://www.codewiz.org/
 \X/  Sugar Labs       - http://www.sugarlabs.org/




reply via email to

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