Added #ifdef _OPENMP, to compile without OpenMP (singlethread)
Patched creation of Directory RawTherapeeAlpha
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#include <rtengine.h>
|
||||
#include <improcfun.h>
|
||||
#include <glibmm.h>
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
namespace rtengine {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user