1 /* 2 Copyright Rene Rivera 2019 3 4 Distributed under the Boost Software License, Version 1.0. (See 5 accompanying file LICENSE_1_0.txt or copy at 6 http://www.boost.org/LICENSE_1_0.txt) 7 */ 8 9 #ifndef B2_EXAMPLE_PCH_MULTI_STD_HPP 10 #define B2_EXAMPLE_PCH_MULTI_STD_HPP 11 12 #include <iostream> 13 #include <vector> 14 #include <algorithm> 15 16 #endif 17