CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
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"