gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] [PATCH] include iostream in klash


From: Markus Gothe
Subject: Re: [Gnash-dev] [PATCH] include iostream in klash
Date: Mon, 28 Aug 2006 11:52:47 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060819)

Fixed. This was due to my approach to let the .cpp-files handle the
generic includes instead of having them in some header-file, easier for
tracking and speed up compilation times (especially for those on !AMD
and !Intel).

//Markus

Patrice Dumas wrote:
> Hello,
> 
> The attached patch allows klash to compile for me (otherwise cerr is
> undeclared).
> 
> --
> Pat
> 
> 
> ------------------------------------------------------------------------
> 
> ? plugin/np_entry.lo
> ? plugin/npn_gate.lo
> ? plugin/npp_gate.lo
> ? plugin/klash/.libs
> ? plugin/klash/klash
> ? plugin/klash/klash.moc
> ? plugin/klash/klash_part.lo
> ? plugin/klash/klash_part.moc
> ? plugin/klash/libklashpart.la
> Index: plugin/klash/klash.cpp
> ===================================================================
> RCS file: /sources/gnash/gnash/plugin/klash/klash.cpp,v
> retrieving revision 1.11
> diff -u -3 -p -r1.11 klash.cpp
> --- plugin/klash/klash.cpp    25 Aug 2006 16:05:22 -0000      1.11
> +++ plugin/klash/klash.cpp    28 Aug 2006 09:12:13 -0000
> @@ -39,6 +39,7 @@
>  #include "config.h"
>  #endif
>  
> +#include <iostream>
>  #include <unistd.h>
>  #include <cstdlib>
>  #include <cstdio>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Gnash-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash-dev


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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