From 352a2a96089cfc1a850862e8842c05d5526fe626 Mon Sep 17 00:00:00 2001 From: Jasper van de Gronde Date: Wed, 26 Nov 2008 08:14:35 +0000 Subject: 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) --- src/display/nr-filter-gaussian.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 #include #include -- cgit v1.2.3