include cstring for use of strcpy

This commit is contained in:
Stephen Birarda 2013-02-08 15:08:27 -08:00
parent f1467b2f6c
commit 8b18238be3

View file

@ -10,6 +10,7 @@
#include "Util.h"
#include "octal.h"
#include <cstring>
const int X = 0;
const int Y = 1;