diff --git a/example/static_assert_example_2.cpp b/example/static_assert_example_2.cpp index a32b79d..38a284b 100644 --- a/example/static_assert_example_2.cpp +++ b/example/static_assert_example_2.cpp @@ -5,11 +5,11 @@ // See http://www.boost.org for most recent version including documentation. +#include +#include #include #include #include -#include -#include template RandomAccessIterator foo(RandomAccessIterator from, RandomAccessIterator /*to*/)