From 126f612cad8c07b02578300bf60defa8d8d324ce Mon Sep 17 00:00:00 2001 From: natureh 510 Date: Sun, 24 Feb 2013 18:27:04 +0100 Subject: [PATCH] Making RT buildable again by using intrin.h instead of xmmintrin.h in gauss.h --- rtengine/gauss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/gauss.h b/rtengine/gauss.h index dc63b0c11..895f2ac97 100644 --- a/rtengine/gauss.h +++ b/rtengine/gauss.h @@ -26,7 +26,7 @@ #ifdef _OPENMP #include #endif -#include +#include // classical filtering if the support window is small: