URL:
  <http://gna.org/patch/?1083>

                 Summary: Fix wesnoth-1.5.2 compilation with gcc-4.3.0
                 Project: Battle for Wesnoth
            Submitted by: bircoph
            Submitted on: Четверг 17.07.2008 at 14:22
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

--- src/addon_checks.cpp.orig   2008-06-13 23:31:36.000000000 +0400
+++ src/addon_checks.cpp        2008-06-30 18:16:37.000000000 +0400
@@ -17,6 +17,7 @@
 #include "addon_checks.hpp"
 #include "config.hpp"
 #include <algorithm>
+#include <cstring>

 static bool two_dots(char a, char b)
 {
--- src/text.cpp.orig   2008-07-12 15:00:59.000000000 +0400
+++ src/text.cpp        2008-07-16 19:48:24.000000000 +0400
@@ -18,6 +18,7 @@
 #include "language.hpp"

 #include <cassert>
+#include <cstring>

 #include <cairo.h>






    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?1083>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to