Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / test / header / main.cpp
1 //
2 // Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
3 // Copyright (c) 2007-2015 Andrey Semashev
4 //
5 // Distributed under the Boost Software License, Version 1.0. (See
6 // accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
8
9 // This file contains a test boilerplate for checking that every public header
10 // is self-contained and does not have any missing #include-s.
11
12 #define BOOST_GIL_TEST_INCLUDE_HEADER() <boost/gil/BOOST_GIL_TEST_HEADER>
13
14 #include BOOST_GIL_TEST_INCLUDE_HEADER()
15
16 int main()
17 {
18     return 0;
19 }