Include SortUtils.h directly
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/4229ef2f Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/4229ef2f Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/4229ef2f Branch: refs/heads/master Commit: 4229ef2fc21673262398b1eb78fb63786de47e62 Parents: 66c287f Author: Nick Wellnhofer <[email protected]> Authored: Sun Apr 26 20:45:46 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Apr 26 21:04:35 2015 +0200 ---------------------------------------------------------------------- core/Lucy/Test/Object/TestBitVector.c | 1 + core/Lucy/Util/SortExternal.c | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/4229ef2f/core/Lucy/Test/Object/TestBitVector.c ---------------------------------------------------------------------- diff --git a/core/Lucy/Test/Object/TestBitVector.c b/core/Lucy/Test/Object/TestBitVector.c index 469e4c5..59877d6 100644 --- a/core/Lucy/Test/Object/TestBitVector.c +++ b/core/Lucy/Test/Object/TestBitVector.c @@ -18,6 +18,7 @@ #define TESTLUCY_USE_SHORT_NAMES #include "Lucy/Util/ToolSet.h" +#include "Clownfish/Util/SortUtils.h" #include "Clownfish/TestHarness/TestBatchRunner.h" #include "Clownfish/TestHarness/TestUtils.h" #include "Lucy/Test.h" http://git-wip-us.apache.org/repos/asf/lucy/blob/4229ef2f/core/Lucy/Util/SortExternal.c ---------------------------------------------------------------------- diff --git a/core/Lucy/Util/SortExternal.c b/core/Lucy/Util/SortExternal.c index b14ac80..f688948 100644 --- a/core/Lucy/Util/SortExternal.c +++ b/core/Lucy/Util/SortExternal.c @@ -18,6 +18,7 @@ #include "Lucy/Util/ToolSet.h" #include "Lucy/Util/SortExternal.h" +#include "Clownfish/Util/SortUtils.h" // Refill the main buffer, drawing from the buffers of all runs. static void
