2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 13:52:11 +00:00

Fixing the broken tests

This commit is contained in:
Raffi Enficiaud
2015-05-10 00:34:11 +02:00
parent 567908006e
commit dc79c20c4b
2 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
#define BOOST_TEST_MODULE Boost.Test assertion consruction test
#include <boost/test/unit_test.hpp>
#include <boost/test/tools/assertion.hpp>
#include <boost/test/utils/is_forward_iterable.hpp>
#ifdef BOOST_NO_CXX11_AUTO_DECLARATIONS
#include <boost/test/tools/detail/expression_holder.hpp>
#endif