diff --git a/tests/encode_htj2k.cc b/tests/encode_htj2k.cc index 98c84efd4d..180d126100 100644 --- a/tests/encode_htj2k.cc +++ b/tests/encode_htj2k.cc @@ -24,7 +24,7 @@ SOFTWARE. */ -#include "catch.hpp" +#include "catch2/catch_test_macros.hpp" #include "libheif/heif.h" #include "libheif/api_structs.h" #include "pixelimage.h" diff --git a/tests/encode_jpeg2000.cc b/tests/encode_jpeg2000.cc index 1acf532be5..3e83989c7d 100644 --- a/tests/encode_jpeg2000.cc +++ b/tests/encode_jpeg2000.cc @@ -24,7 +24,7 @@ SOFTWARE. */ -#include "catch.hpp" +#include "catch2/catch_test_macros.hpp" #include "libheif/heif.h" #include "libheif/api_structs.h" #include "pixelimage.h"