fix includes

pull/1855/head
Alexander Alekhin 7 years ago
parent 6bd26d33f3
commit c94997ec4f
  1. 2
      modules/optflow/src/pcaflow.cpp
  2. 3
      modules/optflow/src/variational_refinement.cpp

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

Loading…
Cancel
Save