diff --git a/misc/openmvg/files/patch-openMVG_matching_metric__simd.hpp b/misc/openmvg/files/patch-openMVG_matching_metric__simd.hpp new file mode 100644 index 000000000000..d5b98e1586ad --- /dev/null +++ b/misc/openmvg/files/patch-openMVG_matching_metric__simd.hpp @@ -0,0 +1,12 @@ +--- openMVG/matching/metric_simd.hpp.orig 2021-11-29 11:14:30 UTC ++++ openMVG/matching/metric_simd.hpp +@@ -17,7 +17,9 @@ + #include + + #include ++#if defined(__amd64__) || defined(__i386__) + #include ++#endif + + namespace openMVG { + namespace matching {