Moved Catch NotImplementedException out of the common include path

We could probably toss it away completely, currently it is used
only by TeamCity reporter.
This commit is contained in:
Martin Hořeňovský 2017-07-12 15:05:01 +02:00
parent 4332b84c9b
commit 91c1556078
4 changed files with 5 additions and 11 deletions

View file

@ -16,6 +16,10 @@
#pragma clang diagnostic ignored "-Wweak-vtables"
#endif
#include "internal/catch_notimplemented_exception.h"
// Temporary hack to fix separately provided reporters
#include "../reporters/catch_reporter_bases.hpp"
#include "catch_reporter_registrars.hpp"