From: nvalimak Date: Mon, 9 Feb 2009 11:24:02 +0000 (+0000) Subject: Fixed W definitions X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=2e59e4488d8d8ab43d6a28d40f81c7df6f811d56;hp=7978e8c6c2d1c4e22faabd542c612c298f675101;p=SXSI%2FTextCollection.git Fixed W definitions git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@156 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/CSA.h b/CSA.h index b9a1745..e5852b9 100644 --- a/CSA.h +++ b/CSA.h @@ -20,20 +20,25 @@ #ifndef _CSA_H_ #define _CSA_H_ -#include "dynFMI.h" - // Include from XMLTree/libcds #include #include #include #include -#include -#include +//clash between TextCollection/Tools.h and libcds/includes/basics.h +// Number of bits in ulong vs uint. +#undef W +#undef WW +#undef Wminusone + +#include "dynFMI.h" #include "BitRank.h" #include "TextCollection.h" #include "BlockArray.h" #include "RLWaveletTree.h" +#include +#include /** * Implementation of the TextCollection interface