gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12013: add more missing header file


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12013: add more missing header files back in.
Date: Wed, 10 Mar 2010 13:25:55 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12013
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-10 13:25:55 -0700
message:
  add more missing header files back in.
modified:
  libbase/RTMP.cpp
  libbase/extension.h
=== modified file 'libbase/RTMP.cpp'
--- a/libbase/RTMP.cpp  2010-03-10 13:37:51 +0000
+++ b/libbase/RTMP.cpp  2010-03-10 20:25:55 +0000
@@ -23,6 +23,7 @@
 // Replace!!
 #include <sys/times.h>
 #include <netinet/in.h>
+#include <boost/lexical_cast.hpp>
 
 #include "RTMP.h"
 #include "log.h"

=== modified file 'libbase/extension.h'
--- a/libbase/extension.h       2010-01-11 06:41:38 +0000
+++ b/libbase/extension.h       2010-03-10 20:25:55 +0000
@@ -19,6 +19,7 @@
 #ifndef GNASH_EXTENSION_H
 #define GNASH_EXTENSION_H
 
+#include <map>
 #include <vector>
 #include <string>
 #include <boost/tokenizer.hpp>


reply via email to

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