Skip to content

Commit 89ace57

Browse files
committed
Revert "BREAK install without boost (also without GSL)"
This reverts commit 243449d.
1 parent 243449d commit 89ace57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libnestutil/sort.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232

3333
#include "block_vector.h"
3434

35+
#ifdef HAVE_BOOST
3536
#include "iterator_pair.h"
3637
#include <boost/sort/spreadsort/spreadsort.hpp>
38+
#endif
3739

3840
#define INSERTION_SORT_CUTOFF 10 // use insertion sort for smaller arrays
3941

0 commit comments

Comments
 (0)