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/test_C_API.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/test_C_API.cpp') diff --git a/unittest/test_C_API.cpp b/unittest/test_C_API.cpp index 1964738..27eb1c4 100644 --- a/unittest/test_C_API.cpp +++ b/unittest/test_C_API.cpp @@ -21,7 +21,7 @@ static const int TOO_LONG_STRING = 200; -#include "catch.hpp" +#include "catch2/catch.hpp" #include #include -- cgit v1.2.1