Author: mordante
Date: Thu Jul 17 17:05:19 2008
New Revision: 28059
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28059&view=rev
Log:
Add some gcc-4.3.0 compilation fixes (patch #1083).
Modified:
trunk/changelog
trunk/src/addon_checks.cpp
trunk/src/text.cpp
Modified: trunk/changelog
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=28059&r1=28058&r2=28059&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Thu Jul 17 17:05:19 2008
@@ -6,6 +6,7 @@
Mac systems
* Fixed a broken translation which gave all females the prefix female^ on
alignment description when using the "C" locale
+ * Add some gcc-4.3.0 compilation fixes (patch #1083)
Version 1.5.2:
* campaigns:
Modified: trunk/src/addon_checks.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/addon_checks.cpp?rev=28059&r1=28058&r2=28059&view=diff
==============================================================================
--- trunk/src/addon_checks.cpp (original)
+++ trunk/src/addon_checks.cpp Thu Jul 17 17:05:19 2008
@@ -17,6 +17,7 @@
#include "addon_checks.hpp"
#include "config.hpp"
#include <algorithm>
+#include <cstring>
static bool two_dots(char a, char b)
{
Modified: trunk/src/text.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/text.cpp?rev=28059&r1=28058&r2=28059&view=diff
==============================================================================
--- trunk/src/text.cpp (original)
+++ trunk/src/text.cpp Thu Jul 17 17:05:19 2008
@@ -18,6 +18,7 @@
#include "language.hpp"
#include <cassert>
+#include <cstring>
#include <cairo.h>
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits