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

fix include path

Index: src/tests/video_core/shader/shader_jit_x64_compiler.cpp
--- src/tests/video_core/shader/shader_jit_x64_compiler.cpp.orig
+++ src/tests/video_core/shader/shader_jit_x64_compiler.cpp
@@ -5,7 +5,7 @@
 #include <algorithm>
 #include <cmath>
 #include <memory>
-#include <catch.hpp>
+#include <catch2/catch.hpp>
 #include <nihstro/inline_assembly.h>
 #include "video_core/shader/shader_jit_x64_compiler.h"
 
