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

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

[Wesnoth-cvs-commits] wesnoth/src language.cpp leader_list.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src language.cpp leader_list.cpp
Date: Thu, 10 Mar 2005 21:27:54 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/03/11 02:27:54

Modified files:
        src            : language.cpp leader_list.cpp 

Log message:
        fixes to warnings/errors on VC++

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.75&tr2=1.76&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/leader_list.cpp.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.75 wesnoth/src/language.cpp:1.76
--- wesnoth/src/language.cpp:1.75       Wed Mar  9 22:58:18 2005
+++ wesnoth/src/language.cpp    Fri Mar 11 02:27:54 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.75 2005/03/09 22:58:18 ydirson Exp $ */
+/* $Id: language.cpp,v 1.76 2005/03/11 02:27:54 Sirp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -20,7 +20,8 @@
 #include "util.hpp"
 #include "serialization/parser.hpp"
 #include "serialization/preprocessor.hpp"
-
+
+#include <algorithm>
 #include <cctype>
 #include <cerrno>
 #include <cstdlib>
Index: wesnoth/src/leader_list.cpp
diff -u wesnoth/src/leader_list.cpp:1.8 wesnoth/src/leader_list.cpp:1.9
--- wesnoth/src/leader_list.cpp:1.8     Thu Mar 10 01:24:31 2005
+++ wesnoth/src/leader_list.cpp Fri Mar 11 02:27:54 2005
@@ -1,4 +1,4 @@
-/* $Id: leader_list.cpp,v 1.8 2005/03/10 01:24:31 ydirson Exp $ */
+/* $Id: leader_list.cpp,v 1.9 2005/03/11 02:27:54 Sirp Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -10,9 +10,10 @@
 
    See the COPYING file for more details.
 */
+
+#include "global.hpp"
 
 #include "gettext.hpp"
-#include "global.hpp"
 #include "leader_list.hpp"
 #include "wml_separators.hpp"
 #include "serialization/string_utils.hpp"




reply via email to

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