From 1fdf916e0555f7655eb6d274b47e7ad37892ce98 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 2 Sep 2010 14:43:50 +0000 Subject: [PATCH] Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11327 --- drd/drd_bitmap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index f903945c0c..21bf7e10d8 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -31,6 +31,9 @@ #include "pub_tool_basics.h" #include "pub_tool_oset.h" #include "pub_tool_libcbase.h" +#ifdef ENABLE_DRD_CONSISTENCY_CHECKS +#include "pub_tool_libcassert.h" +#endif /* Bitmap representation. A bitmap is a data structure in which two bits are -- 2.47.2