Commit d180eb79 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1855 from alalek:fix_includes

parents 6bd26d33 c94997ec
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment