You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/pouetchess/files/pouetchess-0.2.0-gcc43.patch

13 lines
313 B

--- a/src/sxmlgui/XMLUtils.h.orig 2008-06-14 14:50:16.000000000 +0000
+++ b/src/sxmlgui/XMLUtils.h 2008-06-14 14:50:33.000000000 +0000
@@ -38,6 +38,8 @@
#include <stdio.h>
#include <assert.h>
#include <fstream>
+#include <cstring>
+
// Help out windows:
#if defined( _DEBUG ) && !defined( DEBUG )