summaryrefslogtreecommitdiff
blob: 443cbe2a8657d5d330cbcd01cd43158fbbc6ec97 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libcoyotl/maze_renderer.cpp.ORIG	2005-10-10 06:48:30.000000000 +0200
+++ libcoyotl/maze_renderer.cpp	2013-04-12 10:29:31.127689828 +0200
@@ -36,6 +36,8 @@
 #include "maze_renderer.h"
 using namespace libcoyotl;
 
+#include <string.h>
+
 #include <stdexcept>
 using namespace std;