1
0
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:
Alexander Alekhin
2018-10-25 14:24:56 +03:00
parent 6bd26d33f3
commit c94997ec4f
2 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -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