Update pingcheck to work with cmake 3.28
[pingcheck] / src / boost_assert_handler.h
1 // Boost assertion handler
2 //
3 // created 2014 by Christian Herdtweck, Intra2net AG
4 //
5 // Distributed under the Boost Software License, Version 1.0.
6 //    (See accompanying file LICENSE_1_0.txt or copy at
7 //          http://www.boost.org/LICENSE_1_0.txt)
8
9 #ifndef BOOST_ASSERT_HANDLER_H
10 #define BOOST_ASSERT_HANDLER_H
11
12 #define BOOST_ENABLE_ASSERT_HANDLER
13 #include <boost/assert.hpp>
14
15 #endif