From 1281ec6360bcfe7a9b21a20a3ee13a5acde3291c Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Tue, 5 Nov 2024 19:34:44 +1100 Subject: [PATCH] tests: update pixel data types to catch2 --- tests/pixel_data_types.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pixel_data_types.cc b/tests/pixel_data_types.cc index 505e46ed29..67b859d7aa 100644 --- a/tests/pixel_data_types.cc +++ b/tests/pixel_data_types.cc @@ -25,7 +25,7 @@ */ #include "pixelimage.h" -#include "catch.hpp" +#include "catch2/catch_test_macros.hpp" TEST_CASE( "uint32_t" ) {