mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 07:04:18 +08:00
fix includes
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#include "opencv2/ximgproc/edge_filter.hpp"
|
||||
#include "precomp.hpp"
|
||||
#include "opencv2/ximgproc/edge_filter.hpp"
|
||||
|
||||
/* Disable "from double to float" and "from size_t to int" warnings.
|
||||
* Fixing these would make the code look ugly by introducing explicit cast all around.
|
||||
|
@@ -40,8 +40,9 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#include "opencv2/core/hal/intrin.hpp"
|
||||
#include "precomp.hpp"
|
||||
#include "opencv2/core/hal/intrin.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace cv
|
||||
|
Reference in New Issue
Block a user