From a3e6e2f5d3ff9bb17caefc286eaeaeef7345ff76 Mon Sep 17 00:00:00 2001 From: adash Date: Wed, 7 Mar 2007 22:10:56 +0000 Subject: [PATCH] include other header files --- Robust/src/Runtime/DSTM/interface/llookup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Robust/src/Runtime/DSTM/interface/llookup.h b/Robust/src/Runtime/DSTM/interface/llookup.h index ffae96a2..4e6ad7d8 100644 --- a/Robust/src/Runtime/DSTM/interface/llookup.h +++ b/Robust/src/Runtime/DSTM/interface/llookup.h @@ -1,6 +1,9 @@ #ifndef _LLOOKUP_H_ #define _LLOOKUP_H_ +#include +#include + #define LOADFACTOR 0.75 #define HASH_SIZE 100 -- 2.34.1