From f7949545855960ae0eac4cc08376f7dfe90e6ee6 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 19 Feb 2012 12:29:06 +0100 Subject: [PATCH] Sorter: Added missing include. --- ucw/sorter/s-internal.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.5