From b3dabe10e4c6c1ec48f95158f555fe44a63e59b4 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 17 Aug 2016 13:54:58 -0700 Subject: [PATCH] Add missing error_info include --- test/hex_test4.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hex_test4.cpp b/test/hex_test4.cpp index df6e8d8..ba1ee34 100644 --- a/test/hex_test4.cpp +++ b/test/hex_test4.cpp @@ -11,6 +11,7 @@ Try ostream_iterators #include #include +#include #define BOOST_TEST_MAIN #include