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

fix include path

Index: src/tests/tests.cpp
--- src/tests/tests.cpp.orig
+++ src/tests/tests.cpp
@@ -3,7 +3,7 @@
 // Refer to the license.txt file included.
 
 #define CATCH_CONFIG_MAIN
-#include <catch.hpp>
+#include <catch2/catch.hpp>
 
 // Catch provides the main function since we've given it the
 // CATCH_CONFIG_MAIN preprocessor directive.
