From 55a5912f366ffc45bf0dd68b446a64c8558f4ad0 Mon Sep 17 00:00:00 2001 From: "Henrik R. Larsson" Date: Fri, 28 Jun 2019 12:47:24 -0700 Subject: [PATCH] Make code compile with recent boost (1.69.0-2) --- modules/npdm/externalsort.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/npdm/externalsort.h b/modules/npdm/externalsort.h index e07c5b8..d84e457 100644 --- a/modules/npdm/externalsort.h +++ b/modules/npdm/externalsort.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include