summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/pch-multi/include/std.hpp
blob: 89e76bf6aa1a92145fd8a4c1829920e1aa54e1e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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