wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src log.hpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src log.hpp
Date: Wed, 23 Mar 2005 17:01:47 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/23 22:01:47

Modified files:
        src            : log.hpp 

Log message:
        using operator<< on log requires ostream to be known

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/log.hpp.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: wesnoth/src/log.hpp
diff -u wesnoth/src/log.hpp:1.17 wesnoth/src/log.hpp:1.18
--- wesnoth/src/log.hpp:1.17    Sun Nov 14 00:39:10 2004
+++ wesnoth/src/log.hpp Wed Mar 23 22:01:47 2005
@@ -1,4 +1,4 @@
-/* $Id: log.hpp,v 1.17 2004/11/14 00:39:10 silene Exp $ */
+/* $Id: log.hpp,v 1.18 2005/03/23 22:01:47 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
                  2004 by Guillaume Melquiond <address@hidden>
@@ -15,6 +15,7 @@
 #define LOG_HPP_INCLUDED
 
 #include <iosfwd>
+#include <ostream>
 #include <string>
 
 namespace lg {




reply via email to

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