summaryrefslogtreecommitdiff
path: root/boost/context/all.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/context/all.hpp')
-rw-r--r--boost/context/all.hpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/boost/context/all.hpp b/boost/context/all.hpp
index 6bf7e8f190..152f299089 100644
--- a/boost/context/all.hpp
+++ b/boost/context/all.hpp
@@ -1,12 +1,13 @@
-// Copyright Oliver Kowalke 2009.
+// Copyright Oliver Kowalke 2014.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef BOOST_CONTEXT_ALL_H
-#define BOOST_CONTEXT_ALL_H
-
#include <boost/context/fcontext.hpp>
-
-#endif // BOOST_CONTEXT_ALL_H
+#include <boost/context/fixedsize_stack.hpp>
+#include <boost/context/protected_fixedsize_stack.hpp>
+#include <boost/context/segmented_stack.hpp>
+#include <boost/context/stack_context.hpp>
+#include <boost/context/stack_traits.hpp>
+#include <boost/context/execution_context.hpp>