commit x64 compilation from lulu cause the other branch dont seems to compile properly at home
This commit is contained in:
@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_STITCHING_UTIL_INL_HPP__
|
||||
#define __OPENCV_STITCHING_UTIL_INL_HPP__
|
||||
#ifndef OPENCV_STITCHING_UTIL_INL_HPP
|
||||
#define OPENCV_STITCHING_UTIL_INL_HPP
|
||||
|
||||
#include <queue>
|
||||
#include "opencv2/core.hpp"
|
||||
@ -128,4 +128,4 @@ static inline double sqr(double x) { return x * x; }
|
||||
|
||||
//! @endcond
|
||||
|
||||
#endif // __OPENCV_STITCHING_UTIL_INL_HPP__
|
||||
#endif // OPENCV_STITCHING_UTIL_INL_HPP
|
||||
|
||||
Reference in New Issue
Block a user