Skip to content

Commit

Permalink
Correct boost inclusion (resolves #3442).
Browse files Browse the repository at this point in the history
  • Loading branch information
Wedge009 committed Oct 22, 2019
1 parent ce5d5f9 commit c7e84e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/main.cpp
Expand Up @@ -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>
Expand Down

0 comments on commit c7e84e1

Please sign in to comment.