Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / coroutine / example / asymmetric / tree.h
index 72aaec5..0a45237 100644 (file)
@@ -7,12 +7,13 @@
 #ifndef TREE_H
 #define TREE_H
 
+#include <boost/coroutine/all.hpp>
+
 #include <cstddef>
 #include <string>
 
 #include <boost/assert.hpp>
 #include <boost/config.hpp>
-#include <boost/coroutine/all.hpp>
 #include <boost/intrusive_ptr.hpp>
 
 #if defined(_MSC_VER)