gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10766: Include boost/cstdint.hpp as


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10766: Include boost/cstdint.hpp as those types are used in definition
Date: Sat, 04 Apr 2009 12:33:21 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10766
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sat 2009-04-04 12:33:21 +0200
message:
  Include boost/cstdint.hpp as those types are used in definition
modified:
  libcore/DisplayObject.h
=== modified file 'libcore/DisplayObject.h'
--- a/libcore/DisplayObject.h   2009-04-03 16:11:36 +0000
+++ b/libcore/DisplayObject.h   2009-04-04 10:33:21 +0000
@@ -40,6 +40,7 @@
 #include <map>
 #include <string>
 #include <cassert>
+#include <boost/cstdint.hpp> // For C99 int types
 
 //#define DEBUG_SET_INVALIDATED 1
 


reply via email to

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