Skip to content
Snippets Groups Projects
Commit fda0f46a authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix failed compilation on Tumbleweed

parent 27e56084
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@
#include <boost/mpl/list.hpp>
#define BOOST_NO_EXCEPTIONS
#include <boost/test/included/unit_test.hpp>
#undef BOOST_NO_EXCEPTIONS
#include <chrono>
#include <cstring>
#include <future>
......@@ -24,6 +20,11 @@
#include "check_timeout.h"
#include "fixtures.h"
// this #include must come last
#define BOOST_NO_EXCEPTIONS
#include <boost/test/included/unit_test.hpp>
#undef BOOST_NO_EXCEPTIONS
using namespace boost::unit_test_framework;
namespace ctk = ChimeraTK;
using Fixture = fixture_with_poll_and_push_input<false>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment