X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=hashtable.h;h=a337df41ea03f7856595ab1d9aa15579dce51f51;hb=61eb460ac03bd32140cf1213383251f3e57f7fa8;hp=8302000b03e9f9946eb064a8c5c61ca1d8f27b44;hpb=3519c47202090f3c4a69de0e89aaa2617b17ff75;p=model-checker.git 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: /**