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.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/boost/context/all.hpp b/boost/context/all.hpp
new file mode 100644
index 0000000000..f9a4c71dbf
--- /dev/null
+++ b/boost/context/all.hpp
@@ -0,0 +1,14 @@
+
+// Copyright Oliver Kowalke 2009.
+// 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_CTX_ALL_H
+#define BOOST_CTX_ALL_H
+
+#include <boost/context/fcontext.hpp>
+#include <boost/context/stack_allocator.hpp>
+#include <boost/context/stack_utils.hpp>
+
+#endif // BOOST_CTX_ALL_H