Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / coroutine / example / symmetric / merge_arrays.cpp
index d3016a1..d72f2f7 100644 (file)
@@ -4,13 +4,14 @@
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
 
+#include <boost/coroutine/all.hpp>
+
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
 #include <vector>
 
 #include <boost/bind.hpp>
-#include <boost/coroutine/all.hpp>
 #include <boost/foreach.hpp>
 
 typedef boost::coroutines::symmetric_coroutine< void >  coro_t;