summaryrefslogtreecommitdiffstats
path: root/libkdcraw/libraw/samples/dcraw_emu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdcraw/libraw/samples/dcraw_emu.cpp')
-rw-r--r--libkdcraw/libraw/samples/dcraw_emu.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libkdcraw/libraw/samples/dcraw_emu.cpp b/libkdcraw/libraw/samples/dcraw_emu.cpp
index bf82efa..f882805 100644
--- a/libkdcraw/libraw/samples/dcraw_emu.cpp
+++ b/libkdcraw/libraw/samples/dcraw_emu.cpp
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -37,6 +41,9 @@
#define snprintf _snprintf
#endif
+#ifdef _OPENMP
+#include <omp.h>
+#endif
void usage(const char *prog)
{