From: Brian Demsky Date: Thu, 15 Nov 2012 07:29:52 +0000 (-0800) Subject: make compile on linux...needed string.h X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=5559fb2d19eacf3dbdbbb473a83b1832491ec212 make compile on linux...needed string.h --- diff --git a/hashtable.h b/hashtable.h index bf75928..4d3b7de 100644 --- a/hashtable.h +++ b/hashtable.h @@ -7,6 +7,7 @@ #include #include +#include #include "mymemory.h" /**