Correct boost inclusion (resolves #3442).
This commit is contained in:
parent
ce5d5f920e
commit
c7e84e1d49
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/unit_test_monitor.hpp>
|
||||
#if BOOST_VERSION >= 106000
|
||||
#if BOOST_VERSION >= 105900
|
||||
#include <boost/test/unit_test_parameters.hpp>
|
||||
#else
|
||||
#include <boost/test/detail/unit_test_parameters.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue