From fd5b0c1f18cb8a78d95d4e0cafd11dd526254d28 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Sat, 10 Sep 2011 12:30:28 +0000 Subject: [PATCH] Reverted some unnecessary changes in GPU module --- modules/gpu/src/precomp.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gpu/src/precomp.hpp b/modules/gpu/src/precomp.hpp index b6d52edfbc..ed331ccc92 100644 --- a/modules/gpu/src/precomp.hpp +++ b/modules/gpu/src/precomp.hpp @@ -46,9 +46,9 @@ #pragma warning( disable: 4251 4710 4711 4514 4996 ) #endif -//#ifdef HAVE_CVCONFIG_H +#ifdef HAVE_CVCONFIG_H #include "cvconfig.h" -//#endif +#endif #include #include