|
From: <sv...@va...> - 2010-09-02 14:43:58
|
Author: bart Date: 2010-09-02 15:43:50 +0100 (Thu, 02 Sep 2010) New Revision: 11327 Log: Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. Modified: trunk/drd/drd_bitmap.h Modified: trunk/drd/drd_bitmap.h =================================================================== --- trunk/drd/drd_bitmap.h 2010-09-02 14:43:18 UTC (rev 11326) +++ trunk/drd/drd_bitmap.h 2010-09-02 14:43:50 UTC (rev 11327) @@ -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 |