8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b771394 commit 58dcb5eCopy full SHA for 58dcb5e
include/reporters/catch_reporter_teamcity.hpp
@@ -8,9 +8,11 @@
8
#ifndef TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED
9
#define TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED
10
11
-#include "catch_reporter_bases.hpp"
12
-
13
-#include "../internal/catch_reporter_registrars.hpp"
+// Don't #include any Catch headers here - we can assume they are already
+// included before this header.
+// This is not good practice in general but is necessary in this case so this
14
+// file can be distributed as a single header that works with the main
15
+// Catch single header.
16
17
#include <cstring>
18
0 commit comments