add cstring for use of memcpy

This commit is contained in:
Stephen Birarda 2013-03-20 13:47:13 -07:00
parent 6ce4ed2d40
commit c28a3e1bd4

View file

@ -7,6 +7,7 @@
//
#include <cmath>
#include <cstring>
#include "SharedUtil.h"
#include "OctalCode.h"