From 59666dcdb0bf487441ef84e739a708afcb46b54c Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 3 Jan 2017 00:06:25 -0800 Subject: [PATCH] Adding missing include in error_info_basic_test.cpp --- test/error_info_basic_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/error_info_basic_test.cpp b/test/error_info_basic_test.cpp index 45d2fcf..021eabc 100644 --- a/test/error_info_basic_test.cpp +++ b/test/error_info_basic_test.cpp @@ -3,12 +3,13 @@ //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) -#include #include #include #include #include #include +#include +#include struct my_exception: virtual boost::exception {}; typedef boost::error_info error_info_string;