gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/libbase CurlStreamTest.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/testsuite/libbase CurlStreamTest.cpp
Date: Tue, 15 May 2007 17:04:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/05/15 17:04:16

Modified files:
        testsuite/libbase: CurlStreamTest.cpp 

Log message:
        Include memory so auto_ptr is defined.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libbase/CurlStreamTest.cpp?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: CurlStreamTest.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/CurlStreamTest.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- CurlStreamTest.cpp  22 Feb 2007 16:36:13 -0000      1.4
+++ CurlStreamTest.cpp  15 May 2007 17:04:16 -0000      1.5
@@ -14,8 +14,6 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// 
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -23,6 +21,7 @@
 #include "curl_adapter.h"
 #include "tu_file.h"
 
+#include <memory>               // for auto_ptr
 #include <cstdio>
 #include <iostream>
 #include <cassert>




reply via email to

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