summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/pch-multi/include/std.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/build/example/pch-multi/include/std.hpp')
-rw-r--r--src/boost/tools/build/example/pch-multi/include/std.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/tools/build/example/pch-multi/include/std.hpp b/src/boost/tools/build/example/pch-multi/include/std.hpp
new file mode 100644
index 000000000..89e76bf6a
--- /dev/null
+++ b/src/boost/tools/build/example/pch-multi/include/std.hpp
@@ -0,0 +1,16 @@
+/*
+ Copyright Rene Rivera 2019
+
+ 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 B2_EXAMPLE_PCH_MULTI_STD_HPP
+#define B2_EXAMPLE_PCH_MULTI_STD_HPP
+
+#include <iostream>
+#include <vector>
+#include <algorithm>
+
+#endif