summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9acbda5)
raw | patch | inline | side by side (parent: 9acbda5)
author | jaspervdg <jaspervdg@users.sourceforge.net> | |
Wed, 26 Nov 2008 08:14:35 +0000 (08:14 +0000) | ||
committer | jaspervdg <jaspervdg@users.sourceforge.net> | |
Wed, 26 Nov 2008 08:14:35 +0000 (08:14 +0000) |
build.xml | patch | blob | history | |
src/display/nr-filter-gaussian.cpp | patch | blob | history |
diff --git a/build.xml b/build.xml
index f65b6e20fa4497a17a5fb2171a5b74a8acd2a5e9..3e65dd96bb9868e7dd819e436b21b7ed44fe457e 100644 (file)
--- a/build.xml
+++ b/build.xml
#define HAVE_STDLIB_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_INTTYPES_H 1
+ #define HAVE_OPENMP 1
#define ENABLE_LCMS 1
index d92a7f7f39358f9c6d604ee561abca64f87e786c..f023bbc5790732f7644f0410d0948c6a5803614b 100644 (file)
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include "config.h" // Needed for HAVE_OPENMP
+
#include <algorithm>
#include <cmath>
#include <complex>