summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-11-26 08:14:35 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-11-26 08:14:35 +0000
commit352a2a96089cfc1a850862e8842c05d5526fe626 (patch)
treea99ab54eea2d4cd4f4310445ea0b8f4e6e929d5c /src
parentmarked forgotten translatable message (diff)
downloadinkscape-352a2a96089cfc1a850862e8842c05d5526fe626.tar.gz
inkscape-352a2a96089cfc1a850862e8842c05d5526fe626.zip
Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussian.cpp to actually make the define work (on Windows).
(bzr r6902)
Diffstat (limited to 'src')
-rw-r--r--src/display/nr-filter-gaussian.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/nr-filter-gaussian.cpp b/src/display/nr-filter-gaussian.cpp
index d92a7f7f3..f023bbc57 100644
--- a/src/display/nr-filter-gaussian.cpp
+++ b/src/display/nr-filter-gaussian.cpp
@@ -13,6 +13,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include "config.h" // Needed for HAVE_OPENMP
+
#include <algorithm>
#include <cmath>
#include <complex>