Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add missing include of "sstream" (seen when building with msvc) * remove deprecated boost header While compiling ThrifttReadCheckTests.cpp I found this warning: /usr/include/boost/test/auto_unit_test.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/test/unit_test.hpp> instead.’ 17 | BOOST_HEADER_DEPRECATED( "<boost/test/unit_test.hpp>" ) | ^~~~~~~~~~~~~~~~~~~~~~~ As this goes back to boost v1.34.0 (released in May 2007) we can switch the headerfile, without risking build errors.
- Loading branch information