1 #include "catch_interfaces_capture.h"
2 
3 namespace Catch {
4     IResultCapture::~IResultCapture() = default;
5 }
6