From cccbc785d655c182832007c06debe7ef187d0672 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Thu, 4 Jul 2013 00:57:22 +0100 Subject: [PATCH] Include missing array_size.hpp --- boost/fusion/adapted/std_array/std_array_iterator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/boost/fusion/adapted/std_array/std_array_iterator.hpp b/boost/fusion/adapted/std_array/std_array_iterator.hpp index f09b81e1..f52c7c71 100644 --- a/boost/fusion/adapted/std_array/std_array_iterator.hpp +++ b/boost/fusion/adapted/std_array/std_array_iterator.hpp @@ -17,6 +17,7 @@ #include #include #include +#include namespace boost { namespace fusion {