mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 13:19:55 +01:00
30cebd6177
Fixed up relative include paths to make this work.
5 lines
228 B
C++
5 lines
228 B
C++
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
|
#include "internal/catch_suppress_warnings.h"
|
|
#include "internal/catch_xmlwriter.hpp"
|
|
#include "internal/catch_reenable_warnings.h"
|