From a02d5caa4235a6bdab0e8bdba4db78efc5e28c25 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Wed, 30 Nov 2016 11:50:02 +0100 Subject: [PATCH] Try to fix compilation problem with Boost 1.54. #3595 --- xs/src/admesh/stl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/admesh/stl.h b/xs/src/admesh/stl.h index f9fb2535a..c27571993 100644 --- a/xs/src/admesh/stl.h +++ b/xs/src/admesh/stl.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include #ifndef BOOST_LITTLE_ENDIAN #error "admesh works correctly on little endian machines only!"