added include precomp
authorAlexander Shishkov <alexander.shishkov@itseez.com>
Wed, 17 Jul 2013 21:13:35 +0000 (01:13 +0400)
committerAlexander Shishkov <alexander.shishkov@itseez.com>
Wed, 17 Jul 2013 21:13:35 +0000 (01:13 +0400)
modules/photo/src/align.cpp

index 0fce82b..3c2ba26 100644 (file)
@@ -40,6 +40,7 @@
 //
 //M*/
 
+#include "precomp.hpp"
 #include "opencv2/photo.hpp"
 #include "opencv2/imgproc.hpp"
 
@@ -163,4 +164,4 @@ Point getExpShift(InputArray _img0, InputArray _img1, int max_bits, int exclude_
        }
        return shift;
 }
-};
\ No newline at end of file
+};