summaryrefslogtreecommitdiff
path: root/boost/process/detail/traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/process/detail/traits.hpp')
-rw-r--r--boost/process/detail/traits.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/boost/process/detail/traits.hpp b/boost/process/detail/traits.hpp
new file mode 100644
index 0000000000..a1b0e6b19b
--- /dev/null
+++ b/boost/process/detail/traits.hpp
@@ -0,0 +1,17 @@
+// Copyright (c) 2016 Klemens D. Morgenstern
+//
+// 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_PROCESS_TRAITS_HPP_
+#define BOOST_PROCESS_TRAITS_HPP_
+
+#include <boost/process/detail/traits/decl.hpp>
+#include <boost/process/detail/traits/async.hpp>
+#include <boost/process/detail/traits/cmd_or_exe.hpp>
+#include <boost/process/detail/traits/env.hpp>
+#include <boost/process/detail/traits/error.hpp>
+#include <boost/process/detail/traits/wchar_t.hpp>
+
+#endif /* BOOST_PROCESS_TRAITS_HPP_ */