From 8de3f4d145c8f0321164afdcd1fa3d0e0c374e97 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 23 Jul 2018 19:02:56 +0100 Subject: Update for compatibility with Catch2 version 2.3.0 --- unittest/catch_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/catch_main.cpp') diff --git a/unittest/catch_main.cpp b/unittest/catch_main.cpp index 0ef4a4b..11a0a3a 100644 --- a/unittest/catch_main.cpp +++ b/unittest/catch_main.cpp @@ -20,4 +20,4 @@ */ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() -#include "catch.hpp" \ No newline at end of file +#include "catch2/catch.hpp" \ No newline at end of file -- cgit v1.2.1