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-libs/libcoyotl/files/3.1.0-gcc-4.7.patch

12 lines
213 B

--- a/libcoyotl/maze_renderer.cpp
+++ b/libcoyotl/maze_renderer.cpp
@@ -36,6 +36,8 @@
#include "maze_renderer.h"
using namespace libcoyotl;
+#include <string.h>
+
#include <stdexcept>
using namespace std;