gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2281-g5ad81af
Date: Mon, 16 May 2016 21:30:34 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  5ad81af90b1b2ab6525eb0c49ba021c6b0b1f621 (commit)
      from  c6da4863e343fd228e5546ec053b23ff1c3794de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=5ad81af90b1b2ab6525eb0c49ba021c6b0b1f621


commit 5ad81af90b1b2ab6525eb0c49ba021c6b0b1f621
Author: Sandro Santilli <address@hidden>
Date:   Mon May 16 23:30:05 2016 +0200

    Include iostream for output operator
    
    Fixes bug #47929

diff --git a/libmedia/MediaParser.h b/libmedia/MediaParser.h
index 36520f1..0efe8f2 100644
--- a/libmedia/MediaParser.h
+++ b/libmedia/MediaParser.h
@@ -28,7 +28,7 @@
 #include <deque>
 #include <map>
 #include <vector>
-#include <iosfwd> // for output operator forward declarations
+#include <iostream> // for output operator
 #include <boost/optional.hpp>
 
 #include "IOChannel.h" // for inlines

-----------------------------------------------------------------------

Summary of changes:
 libmedia/MediaParser.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Gnash



reply via email to

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