X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=hashtable.h;fp=hashtable.h;h=a337df41ea03f7856595ab1d9aa15579dce51f51;hp=8302000b03e9f9946eb064a8c5c61ca1d8f27b44;hb=328a2c09c2ee06d0e1c49ccb84877fa17b436a01;hpb=921d976aa552e5f2a189c594be6111c70e0e5c8a diff --git a/hashtable.h b/hashtable.h index 8302000..a337df4 100644 --- a/hashtable.h +++ b/hashtable.h @@ -7,6 +7,7 @@ #include #include +#include "mymemory.h" /** * Hashtable linked node class, for chained storage of hash table conflicts. By @@ -61,7 +62,7 @@ struct hashlistnode { * @tparam _free Provide your own 'free' for the table, or default to * snapshotting. */ -template +template class HashTable { public: /**