Code

Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussian.cpp...
[inkscape.git] / src / display / nr-filter-gaussian.cpp
index d92a7f7f39358f9c6d604ee561abca64f87e786c..f023bbc5790732f7644f0410d0948c6a5803614b 100644 (file)
@@ -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>