<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/Common/CommonFunctions.cpp.orig	2019-06-09 12:18:38.000000000 -0700
+++ src/Common/CommonFunctions.cpp	2019-06-16 07:36:50.000000000 -0700
@@ -54,7 +54,9 @@
 #include &lt;Common/LuminanceOptions.h&gt;
 
 #include &lt;boost/algorithm/minmax_element.hpp&gt;
+#ifdef _OPENMP
 #include &lt;omp.h&gt;
+#endif
 
 using namespace std;
 using namespace pfs;
</pre></body></html>