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

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

[Wesnoth-cvs-commits] wesnoth/src/widgets scrollpane.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src/widgets scrollpane.cpp
Date: Tue, 09 Nov 2004 22:18:50 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    04/11/10 03:13:00

Modified files:
        src/widgets    : scrollpane.cpp 

Log message:
        fixed compile error on VC++

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/scrollpane.cpp.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/src/widgets/scrollpane.cpp
diff -u wesnoth/src/widgets/scrollpane.cpp:1.3 
wesnoth/src/widgets/scrollpane.cpp:1.4
--- wesnoth/src/widgets/scrollpane.cpp:1.3      Sat Nov  6 22:40:00 2004
+++ wesnoth/src/widgets/scrollpane.cpp  Wed Nov 10 03:13:00 2004
@@ -1,4 +1,4 @@
-/* $Id: scrollpane.cpp,v 1.3 2004/11/06 22:40:00 silene Exp $ */
+/* $Id: scrollpane.cpp,v 1.4 2004/11/10 03:13:00 Sirp Exp $ */
 /*
    Copyright (C) 2004 by Philippe Plantier <address@hidden>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -10,6 +10,8 @@
 
    See the COPYING file for more details.
 */
+
+#include <algorithm>
 
 #include "scrollpane.hpp"
 




reply via email to

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