From a26330a292cfdb643e2b0c3bf2042288e03e75fc 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 d97760eb04..34e1907e70 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!"