$OpenBSD: patch-src_tests_common_param_package_cpp,v 1.2 2018/07/30 10:17:11 rsadowski Exp $

fix include path for catch.cpp

Index: src/tests/common/param_package.cpp
--- src/tests/common/param_package.cpp.orig
+++ src/tests/common/param_package.cpp
@@ -3,7 +3,7 @@
 // Refer to the license.txt file included.
 
 #include <cmath>
-#include <catch.hpp>
+#include <catch2/catch.hpp>
 #include "common/param_package.h"
 
 namespace Common {
