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/dev-games/cegui/files/cegui-0.6.2b-gcc46.patch

11 lines
296 B

--- cegui/include/CEGUIString.h.old 2011-04-27 14:33:25.862856070 +0200
+++ cegui/include/CEGUIString.h 2011-04-27 14:33:49.780351908 +0200
@@ -34,6 +34,7 @@
#include <string>
#include <string.h>
#include <stdexcept>
+#include <cstddef>
// Start of CEGUI namespace section
namespace CEGUI