]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine/example/symmetric/dice_game.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / coroutine / example / symmetric / dice_game.cpp
index d8e96d60d4075402840f7d4e501db0bf71801e50..09eabf5a2330fdcd480f6d1aed9ec89670b9db2b 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>
 #include <boost/move/move.hpp>
 #include <boost/random/random_device.hpp>
 #include <boost/random/uniform_int_distribution.hpp>