]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine/example/asymmetric/parallel.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / coroutine / example / asymmetric / parallel.cpp
index 94d71fd0bda398411b1324178d7e3d33bb9d1e2d..350279365c42f662c9d1d44f970a56548f237a87 100644 (file)
@@ -4,11 +4,12 @@
 //    (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 <iostream>
 
 #include <boost/bind.hpp>
-#include <boost/coroutine/all.hpp>
 
 void first( boost::coroutines::asymmetric_coroutine< void >::push_type & sink)
 {