summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-04-01 19:11:35 +0000
committertanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-04-01 19:11:35 +0000
commitb6aa510df7afc9b0a12454b64b59493e5506f4c0 (patch)
treed940f3bcb44dbfa850306b343fa2393f9cc244a4
parent603c8781c055989d0123fcb61f60871bd26e095c (diff)
downloadsrc-b6aa510df7afc9b0a12454b64b59493e5506f4c0.tar.gz
Add missing <memory.h> to fix gcc builds
git-svn-id: http://smhasher.googlecode.com/svn/trunk@103 77a7d1d3-4c08-bdc2-d393-d5859734b01a
-rw-r--r--Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types.h b/Types.h
index bf02288..a100787 100644
--- a/Types.h
+++ b/Types.h
@@ -3,6 +3,7 @@
#include "Platform.h"
#include "Bitvec.h"
+#include <memory.h>
#include <vector>
#include <map>
#include <set>