Commit c94997ec authored by Alexander Alekhin's avatar Alexander Alekhin

fix includes

parent 6bd26d33
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
// //
//M*/ //M*/
#include "opencv2/ximgproc/edge_filter.hpp"
#include "precomp.hpp" #include "precomp.hpp"
#include "opencv2/ximgproc/edge_filter.hpp"
/* Disable "from double to float" and "from size_t to int" warnings. /* 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. * Fixing these would make the code look ugly by introducing explicit cast all around.
......
...@@ -40,8 +40,9 @@ ...@@ -40,8 +40,9 @@
// //
//M*/ //M*/
#include "opencv2/core/hal/intrin.hpp"
#include "precomp.hpp" #include "precomp.hpp"
#include "opencv2/core/hal/intrin.hpp"
using namespace std; using namespace std;
namespace cv 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