mirror of
https://github.com/boostorg/exception.git
synced 2025-07-03 07:46:47 +02:00
Adding missing include in error_info_basic_test.cpp
This commit is contained in:
@ -3,12 +3,13 @@
|
|||||||
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
//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)
|
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <boost/exception/error_info.hpp>
|
#include <boost/exception/error_info.hpp>
|
||||||
#include <boost/exception/exception.hpp>
|
#include <boost/exception/exception.hpp>
|
||||||
#include <boost/exception/info.hpp>
|
#include <boost/exception/info.hpp>
|
||||||
#include <boost/exception/get_error_info.hpp>
|
#include <boost/exception/get_error_info.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
#include <boost/detail/lightweight_test.hpp>
|
||||||
|
#include <string>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
struct my_exception: virtual boost::exception {};
|
struct my_exception: virtual boost::exception {};
|
||||||
typedef boost::error_info<struct error_info_string_, std::string> error_info_string;
|
typedef boost::error_info<struct error_info_string_, std::string> error_info_string;
|
||||||
|
Reference in New Issue
Block a user