From: Pavel Charvat Date: Sun, 19 Feb 2012 11:29:06 +0000 (+0100) Subject: Sorter: Added missing include. X-Git-Tag: v5.0~14 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f7949545855960ae0eac4cc08376f7dfe90e6ee6;p=libucw.git Sorter: Added missing include. --- diff --git a/ucw/sorter/s-internal.h b/ucw/sorter/s-internal.h index cda744b9..10d8f2fa 100644 --- a/ucw/sorter/s-internal.h +++ b/ucw/sorter/s-internal.h @@ -8,6 +8,7 @@ */ #include +#include #ifdef SORT_INTERNAL_RADIX /* Keep copies of the items' hashes to save cache misses */