Commit 36ef46e5 authored by Matthias Vallentin's avatar Matthias Vallentin

Tweak unit test framework header inclusion

The implementation always requires the declarations from the header.
Hence the include.
parent 5c773cd0
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#include "caf/message_handler.hpp" #include "caf/message_handler.hpp"
#include "caf/string_algorithms.hpp" #include "caf/string_algorithms.hpp"
#include "caf/test/unit_test.hpp"
namespace caf { namespace caf {
namespace test { namespace test {
......
...@@ -17,5 +17,4 @@ ...@@ -17,5 +17,4 @@
* http://www.boost.org/LICENSE_1_0.txt. * * http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/ ******************************************************************************/
#include "caf/test/unit_test.hpp"
#include "caf/test/unit_test_impl.hpp" #include "caf/test/unit_test_impl.hpp"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment